Shades of Lavender Blue #BBC8FF
Tints of Lavender Blue #BBC8FF
RGB
CMYK
RGB Variations
Color information
#BBC8FF (or 0xBBC8FF) is known color: Lavender Blue. HEX triplet: BB, C8 and FF. RGB value is (187,200,255). Sum of RGB (Red+Green+Blue) = 187+200+255=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBC8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8FF is #443700. Grayscale: #CACACA. Windows color (decimal): -4470529 or 16763067. OLE color: 16763067.
HSL color Cylindrical-coordinate representation of color #BBC8FF: hue angle of 228.53º 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 #BBC8FF is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 200 | 255 | - |
| CMYK | 0.27 | 0.22 | 0 | 0 |
| HSL | 228.53º | 1% | 0.87% | - |
| HSV(B) | 228.53º | 0.27% | 1% | - |
| XYZ | 59.2 | 59.09 | 102.89 | - |
| YUV | 202.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 255 | 0.27 | 0.22 | 0 | 0 | 228.53 | 1 | 0.87 |
| Hex | BB | C8 | FF | 1B | 16 | 0 | 0 | E5 | 64 | 57 |
| Octal | 273 | 310 | 377 | 33 | 26 | 0 | 0 | 345 | 144 | 127 |
| Binary | 10111011 | 11001000 | 11111111 | 11011 | 10110 | 0 | 0 | 11100101 | 1100100 | 1010111 |
Color Harmonies of #BBC8FF
Complementary color
Monochromatic Colors of #BBC8FF
Black with #BBC8FF
Text Example
Text Example
White with #BBC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8FF; }
p { color: rgb(187,200,255); }
H1.HeaderClassName
{
color: #BBC8FF;
}
.AnyTagClassName
{
color: #BBC8FF;
}
</style>
background-color css
<style>
a { background-color: #BBC8FF; }
a { background-color: rgb(187,200,255); }
div.DivClassName
{
background-color: #BBC8FF;
}
.BgClassName
{
background-color: #BBC8FF;
}
</style>
border-color css
<style>
span { border-color: #BBC8FF; }
span { border-color: rgb(187,200,255); }
td.TdClassName
{
border-color: #BBC8FF;
}
.TagClassName
{
border-color: #BBC8FF;
}
</style>