Color spaces of #b99bee
RGB | 185 | 155 | 238 |
---|---|---|---|
HSL | 0.73 | 0.71 | 0.77 |
HSV | 262° | 35° | 93° |
CMYK | 0.22 | 0.35 | 0.00 0.07 |
XYZ | 47.1615 | 39.9300 | 86.1105 |
Yxy | 39.9300 | 0.2723 | 0.2305 |
Hunter Lab | 63.1902 | 22.6392 | -36.5625 |
CIE-Lab | 69.4196 | 27.6519 | -37.6780 |
#b99bee color RGB value is (185,155,238).
#b99bee hex color red value is 185, green value is 155 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b99bee hue: 0.73 , saturation: 0.71 and the lightness value of b99bee is 0.77.
The process color (four color CMYK) of #b99bee color hex is 0.22, 0.35, 0.00, 0.07. Web safe color of #b99bee is #cc99ff. Color #b99bee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10011011 | 11101110 |
Octal | 271 | 233 | 356 |
Decimal | 185 | 155 | 238 |
Hex | B9 | 9B | EE |
Shades of #b99bee
Tints of #b99bee
RGB Percentages of Color #b99bee
CMYK Percentages of Color #b99bee
Complementary Color
#b99bee | #d0ee9b |
#b99bee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b99bee Color Preview on White Background
Lorem ipsum dolor sit amet.
#b99bee Color CSS Codes
.mybgcolor {background-color:#b99bee; } .myforecolor {color:#b99bee; } .mybordercolor {border:3px solid #b99bee; }
#b99bee Text Font Color
<p style="color:#b99bee">Text here</p>
This sample text font color is #b99bee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#b99bee Background Color
<div style="background-color:#b99bee">
Div content here</div>
This div background color is #b99bee
#b99bee Border Color
<div style="border:3px solid #b99bee">
Div here</div>
This div border color is #b99bee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,155,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b99bee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b99bee; -webkit-box-shadow: 1px 1px 3px 2px #b99bee; box-shadow: 1px 1px 3px 2px #b99bee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,155,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b99bee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b99bee; -webkit-box-shadow: 1px 1px 3px 2px #b99bee; box-shadow: 1px 1px 3px 2px #b99bee;">
Div content here</div>
This div box has shadow with color #b99bee
Comments
No comments written yet.
Please login to write comment.