Shades of Lily #BB8FAE
Tints of Lily #BB8FAE
RGB
CMYK
RGB Variations
Color information
#BB8FAE (or 0xBB8FAE) is known color: Lily. HEX triplet: BB, 8F and AE. RGB value is (187,143,174). Sum of RGB (Red+Green+Blue) = 187+143+174=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8FAE is #447051. Grayscale: #9F9F9F. Windows color (decimal): -4485202 or 11440059. OLE color: 11440059.
HSL color Cylindrical-coordinate representation of color #BB8FAE: hue angle of 317.73º 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 #BB8FAE is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 174 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.27 |
| HSL | 317.73º | 0.24% | 0.65% | - |
| HSV(B) | 317.73º | 0.24% | 0.73% | - |
| XYZ | 37.96 | 33.27 | 44.46 | - |
| YUV | 159.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 174 | 0 | 0.24 | 0.07 | 0.27 | 317.73 | 0.24 | 0.65 |
| Hex | BB | 8F | AE | 0 | 18 | 7 | 1B | 13E | 18 | 41 |
| Octal | 273 | 217 | 256 | 0 | 30 | 7 | 33 | 476 | 30 | 101 |
| Binary | 10111011 | 10001111 | 10101110 | 0 | 11000 | 111 | 11011 | 100111110 | 11000 | 1000001 |
Color Harmonies of #BB8FAE
Complementary color
Monochromatic Colors of #BB8FAE
Black with #BB8FAE
Text Example
Text Example
White with #BB8FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FAE; }
p { color: rgb(187,143,174); }
H1.HeaderClassName
{
color: #BB8FAE;
}
.AnyTagClassName
{
color: #BB8FAE;
}
</style>
background-color css
<style>
a { background-color: #BB8FAE; }
a { background-color: rgb(187,143,174); }
div.DivClassName
{
background-color: #BB8FAE;
}
.BgClassName
{
background-color: #BB8FAE;
}
</style>
border-color css
<style>
span { border-color: #BB8FAE; }
span { border-color: rgb(187,143,174); }
td.TdClassName
{
border-color: #BB8FAE;
}
.TagClassName
{
border-color: #BB8FAE;
}
</style>