Shades of Lily #BB92A8
Tints of Lily #BB92A8
RGB
CMYK
RGB Variations
Color information
#BB92A8 (or 0xBB92A8) is known color: Lily. HEX triplet: BB, 92 and A8. RGB value is (187,146,168). Sum of RGB (Red+Green+Blue) = 187+146+168=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BB92A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB92A8 is #446D57. Grayscale: #A0A0A0. Windows color (decimal): -4484440 or 11047611. OLE color: 11047611.
HSL color Cylindrical-coordinate representation of color #BB92A8: hue angle of 327.8º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB92A8 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 146 | 168 | - |
CMYK | 0 | 0.22 | 0.10 | 0.27 |
HSL | 327.8º | 0.23% | 0.65% | - |
HSV(B) | 327.8º | 0.22% | 0.73% | - |
XYZ | 37.84 | 33.95 | 41.6 | - |
YUV | 160.77 | 132.08 | 146.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 146 | 168 | 0 | 0.22 | 0.10 | 0.27 | 327.8 | 0.23 | 0.65 |
Hex | BB | 92 | A8 | 0 | 16 | A | 1B | 148 | 17 | 41 |
Octal | 273 | 222 | 250 | 0 | 26 | 12 | 33 | 510 | 27 | 101 |
Binary | 10111011 | 10010010 | 10101000 | 0 | 10110 | 1010 | 11011 | 101001000 | 10111 | 1000001 |
Color Harmonies of #BB92A8
Complementary color
Monochromatic Colors of #BB92A8
Black with #BB92A8
Text Example
Text Example
White with #BB92A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92A8; }
p { color: rgb(187,146,168); }
H1.HeaderClassName
{
color: #BB92A8;
}
.AnyTagClassName
{
color: #BB92A8;
}
</style>
background-color css
<style>
a { background-color: #BB92A8; }
a { background-color: rgb(187,146,168); }
div.DivClassName
{
background-color: #BB92A8;
}
.BgClassName
{
background-color: #BB92A8;
}
</style>
border-color css
<style>
span { border-color: #BB92A8; }
span { border-color: rgb(187,146,168); }
td.TdClassName
{
border-color: #BB92A8;
}
.TagClassName
{
border-color: #BB92A8;
}
</style>