Shades of Lavender Blue #BBC9FE
Tints of Lavender Blue #BBC9FE
RGB
CMYK
RGB Variations
Color information
#BBC9FE (or 0xBBC9FE) is known color: Lavender Blue. HEX triplet: BB, C9 and FE. RGB value is (187,201,254). Sum of RGB (Red+Green+Blue) = 187+201+254=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9FE is #443601. Grayscale: #CACACA. Windows color (decimal): -4470274 or 16697787. OLE color: 16697787.
HSL color Cylindrical-coordinate representation of color #BBC9FE: hue angle of 227.46º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC9FE is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 201 | 254 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.00 |
| HSL | 227.46º | 0.97% | 0.86% | - |
| HSV(B) | 227.46º | 0.26% | 1% | - |
| XYZ | 59.27 | 59.49 | 102.13 | - |
| YUV | 202.86 | 156.86 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 254 | 0.26 | 0.21 | 0 | 0.00 | 227.46 | 0.97 | 0.86 |
| Hex | BB | C9 | FE | 1A | 15 | 0 | 0 | E3 | 61 | 56 |
| Octal | 273 | 311 | 376 | 32 | 25 | 0 | 0 | 343 | 141 | 126 |
| Binary | 10111011 | 11001001 | 11111110 | 11010 | 10101 | 0 | 0 | 11100011 | 1100001 | 1010110 |
Color Harmonies of #BBC9FE
Complementary color
Monochromatic Colors of #BBC9FE
Black with #BBC9FE
Text Example
Text Example
White with #BBC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9FE; }
p { color: rgb(187,201,254); }
H1.HeaderClassName
{
color: #BBC9FE;
}
.AnyTagClassName
{
color: #BBC9FE;
}
</style>
background-color css
<style>
a { background-color: #BBC9FE; }
a { background-color: rgb(187,201,254); }
div.DivClassName
{
background-color: #BBC9FE;
}
.BgClassName
{
background-color: #BBC9FE;
}
</style>
border-color css
<style>
span { border-color: #BBC9FE; }
span { border-color: rgb(187,201,254); }
td.TdClassName
{
border-color: #BBC9FE;
}
.TagClassName
{
border-color: #BBC9FE;
}
</style>