Shades of Lily #B99CB2
Tints of Lily #B99CB2
RGB
CMYK
RGB Variations
Color information
#B99CB2 (or 0xB99CB2) is known color: Lily. HEX triplet: B9, 9C and B2. RGB value is (185,156,178). Sum of RGB (Red+Green+Blue) = 185+156+178=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 185 - color contains mainly: red. Hex color #B99CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99CB2 is #46634D. Grayscale: #A7A7A7. Windows color (decimal): -4612942 or 11705529. OLE color: 11705529.
HSL color Cylindrical-coordinate representation of color #B99CB2: hue angle of 314.48º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B99CB2 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 178 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.27 |
| HSL | 314.48º | 0.17% | 0.67% | - |
| HSV(B) | 314.48º | 0.16% | 0.73% | - |
| XYZ | 39.93 | 37.31 | 47.22 | - |
| YUV | 167.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 178 | 0 | 0.16 | 0.04 | 0.27 | 314.48 | 0.17 | 0.67 |
| Hex | B9 | 9C | B2 | 0 | 10 | 4 | 1B | 13A | 11 | 43 |
| Octal | 271 | 234 | 262 | 0 | 20 | 4 | 33 | 472 | 21 | 103 |
| Binary | 10111001 | 10011100 | 10110010 | 0 | 10000 | 100 | 11011 | 100111010 | 10001 | 1000011 |
Color Harmonies of #B99CB2
Complementary color
Monochromatic Colors of #B99CB2
Black with #B99CB2
Text Example
Text Example
White with #B99CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99CB2; }
p { color: rgb(185,156,178); }
H1.HeaderClassName
{
color: #B99CB2;
}
.AnyTagClassName
{
color: #B99CB2;
}
</style>
background-color css
<style>
a { background-color: #B99CB2; }
a { background-color: rgb(185,156,178); }
div.DivClassName
{
background-color: #B99CB2;
}
.BgClassName
{
background-color: #B99CB2;
}
</style>
border-color css
<style>
span { border-color: #B99CB2; }
span { border-color: rgb(185,156,178); }
td.TdClassName
{
border-color: #B99CB2;
}
.TagClassName
{
border-color: #B99CB2;
}
</style>