Shades of Lily #BB8FAB
Tints of Lily #BB8FAB
RGB
CMYK
RGB Variations
Color information
#BB8FAB (or 0xBB8FAB) is known color: Lily. HEX triplet: BB, 8F and AB. RGB value is (187,143,171). Sum of RGB (Red+Green+Blue) = 187+143+171=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8FAB is #447054. Grayscale: #9F9F9F. Windows color (decimal): -4485205 or 11243451. OLE color: 11243451.
HSL color Cylindrical-coordinate representation of color #BB8FAB: hue angle of 321.82º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB8FAB is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 171 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.27 |
| HSL | 321.82º | 0.24% | 0.65% | - |
| HSV(B) | 321.82º | 0.24% | 0.73% | - |
| XYZ | 37.67 | 33.15 | 42.94 | - |
| YUV | 159.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 171 | 0 | 0.24 | 0.09 | 0.27 | 321.82 | 0.24 | 0.65 |
| Hex | BB | 8F | AB | 0 | 18 | 9 | 1B | 142 | 18 | 41 |
| Octal | 273 | 217 | 253 | 0 | 30 | 11 | 33 | 502 | 30 | 101 |
| Binary | 10111011 | 10001111 | 10101011 | 0 | 11000 | 1001 | 11011 | 101000010 | 11000 | 1000001 |
Color Harmonies of #BB8FAB
Complementary color
Monochromatic Colors of #BB8FAB
Black with #BB8FAB
Text Example
Text Example
White with #BB8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FAB; }
p { color: rgb(187,143,171); }
H1.HeaderClassName
{
color: #BB8FAB;
}
.AnyTagClassName
{
color: #BB8FAB;
}
</style>
background-color css
<style>
a { background-color: #BB8FAB; }
a { background-color: rgb(187,143,171); }
div.DivClassName
{
background-color: #BB8FAB;
}
.BgClassName
{
background-color: #BB8FAB;
}
</style>
border-color css
<style>
span { border-color: #BB8FAB; }
span { border-color: rgb(187,143,171); }
td.TdClassName
{
border-color: #BB8FAB;
}
.TagClassName
{
border-color: #BB8FAB;
}
</style>