Shades of Lavender Blue #BBC9FF
Tints of Lavender Blue #BBC9FF
RGB
CMYK
RGB Variations
Color information
#BBC9FF (or 0xBBC9FF) is known color: Lavender Blue. HEX triplet: BB, C9 and FF. RGB value is (187,201,255). Sum of RGB (Red+Green+Blue) = 187+201+255=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBC9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9FF is #443600. Grayscale: #CACACA. Windows color (decimal): -4470273 or 16763323. OLE color: 16763323.
HSL color Cylindrical-coordinate representation of color #BBC9FF: hue angle of 227.65º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC9FF is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 201 | 255 | - |
| CMYK | 0.27 | 0.21 | 0 | 0 |
| HSL | 227.65º | 1% | 0.87% | - |
| HSV(B) | 227.65º | 0.27% | 1% | - |
| XYZ | 59.43 | 59.56 | 102.97 | - |
| YUV | 202.97 | 157.36 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 255 | 0.27 | 0.21 | 0 | 0 | 227.65 | 1 | 0.87 |
| Hex | BB | C9 | FF | 1B | 15 | 0 | 0 | E4 | 64 | 57 |
| Octal | 273 | 311 | 377 | 33 | 25 | 0 | 0 | 344 | 144 | 127 |
| Binary | 10111011 | 11001001 | 11111111 | 11011 | 10101 | 0 | 0 | 11100100 | 1100100 | 1010111 |
Color Harmonies of #BBC9FF
Complementary color
Monochromatic Colors of #BBC9FF
Black with #BBC9FF
Text Example
Text Example
White with #BBC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9FF; }
p { color: rgb(187,201,255); }
H1.HeaderClassName
{
color: #BBC9FF;
}
.AnyTagClassName
{
color: #BBC9FF;
}
</style>
background-color css
<style>
a { background-color: #BBC9FF; }
a { background-color: rgb(187,201,255); }
div.DivClassName
{
background-color: #BBC9FF;
}
.BgClassName
{
background-color: #BBC9FF;
}
</style>
border-color css
<style>
span { border-color: #BBC9FF; }
span { border-color: rgb(187,201,255); }
td.TdClassName
{
border-color: #BBC9FF;
}
.TagClassName
{
border-color: #BBC9FF;
}
</style>