Shades of Lavender Blue #BBCBFF
Tints of Lavender Blue #BBCBFF
RGB
CMYK
RGB Variations
Color information
#BBCBFF (or 0xBBCBFF) is known color: Lavender Blue. HEX triplet: BB, CB and FF. RGB value is (187,203,255). Sum of RGB (Red+Green+Blue) = 187+203+255=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBCBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBFF is #443400. Grayscale: #CBCBCB. Windows color (decimal): -4469761 or 16763835. OLE color: 16763835.
HSL color Cylindrical-coordinate representation of color #BBCBFF: hue angle of 225.88º 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 #BBCBFF is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 203 | 255 | - |
| CMYK | 0.27 | 0.20 | 0 | 0 |
| HSL | 225.88º | 1% | 0.87% | - |
| HSV(B) | 225.88º | 0.27% | 1% | - |
| XYZ | 59.9 | 60.5 | 103.13 | - |
| YUV | 204.14 | 156.7 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 255 | 0.27 | 0.20 | 0 | 0 | 225.88 | 1 | 0.87 |
| Hex | BB | CB | FF | 1B | 14 | 0 | 0 | E2 | 64 | 57 |
| Octal | 273 | 313 | 377 | 33 | 24 | 0 | 0 | 342 | 144 | 127 |
| Binary | 10111011 | 11001011 | 11111111 | 11011 | 10100 | 0 | 0 | 11100010 | 1100100 | 1010111 |
Color Harmonies of #BBCBFF
Complementary color
Monochromatic Colors of #BBCBFF
Black with #BBCBFF
Text Example
Text Example
White with #BBCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBFF; }
p { color: rgb(187,203,255); }
H1.HeaderClassName
{
color: #BBCBFF;
}
.AnyTagClassName
{
color: #BBCBFF;
}
</style>
background-color css
<style>
a { background-color: #BBCBFF; }
a { background-color: rgb(187,203,255); }
div.DivClassName
{
background-color: #BBCBFF;
}
.BgClassName
{
background-color: #BBCBFF;
}
</style>
border-color css
<style>
span { border-color: #BBCBFF; }
span { border-color: rgb(187,203,255); }
td.TdClassName
{
border-color: #BBCBFF;
}
.TagClassName
{
border-color: #BBCBFF;
}
</style>