Shades of Lily #BB8FAD
Tints of Lily #BB8FAD
RGB
CMYK
RGB Variations
Color information
#BB8FAD (or 0xBB8FAD) is known color: Lily. HEX triplet: BB, 8F and AD. RGB value is (187,143,173). Sum of RGB (Red+Green+Blue) = 187+143+173=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8FAD is #447052. Grayscale: #9F9F9F. Windows color (decimal): -4485203 or 11374523. OLE color: 11374523.
HSL color Cylindrical-coordinate representation of color #BB8FAD: hue angle of 319.09º 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 #BB8FAD is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 173 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.27 |
| HSL | 319.09º | 0.24% | 0.65% | - |
| HSV(B) | 319.09º | 0.24% | 0.73% | - |
| XYZ | 37.86 | 33.23 | 43.95 | - |
| YUV | 159.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 173 | 0 | 0.24 | 0.07 | 0.27 | 319.09 | 0.24 | 0.65 |
| Hex | BB | 8F | AD | 0 | 18 | 7 | 1B | 13F | 18 | 41 |
| Octal | 273 | 217 | 255 | 0 | 30 | 7 | 33 | 477 | 30 | 101 |
| Binary | 10111011 | 10001111 | 10101101 | 0 | 11000 | 111 | 11011 | 100111111 | 11000 | 1000001 |
Color Harmonies of #BB8FAD
Complementary color
Monochromatic Colors of #BB8FAD
Black with #BB8FAD
Text Example
Text Example
White with #BB8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FAD; }
p { color: rgb(187,143,173); }
H1.HeaderClassName
{
color: #BB8FAD;
}
.AnyTagClassName
{
color: #BB8FAD;
}
</style>
background-color css
<style>
a { background-color: #BB8FAD; }
a { background-color: rgb(187,143,173); }
div.DivClassName
{
background-color: #BB8FAD;
}
.BgClassName
{
background-color: #BB8FAD;
}
</style>
border-color css
<style>
span { border-color: #BB8FAD; }
span { border-color: rgb(187,143,173); }
td.TdClassName
{
border-color: #BB8FAD;
}
.TagClassName
{
border-color: #BB8FAD;
}
</style>