Shades of Lavender Blue #BBC2FE
Tints of Lavender Blue #BBC2FE
RGB
CMYK
RGB Variations
Color information
#BBC2FE (or 0xBBC2FE) is known color: Lavender Blue. HEX triplet: BB, C2 and FE. RGB value is (187,194,254). Sum of RGB (Red+Green+Blue) = 187+194+254=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2FE is #443D01. Grayscale: #C6C6C6. Windows color (decimal): -4472066 or 16695995. OLE color: 16695995.
HSL color Cylindrical-coordinate representation of color #BBC2FE: hue angle of 233.73º 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 #BBC2FE is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 194 | 254 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.00 |
| HSL | 233.73º | 0.97% | 0.86% | - |
| HSV(B) | 233.73º | 0.26% | 1% | - |
| XYZ | 57.67 | 56.3 | 101.59 | - |
| YUV | 198.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 254 | 0.26 | 0.24 | 0 | 0.00 | 233.73 | 0.97 | 0.86 |
| Hex | BB | C2 | FE | 1A | 18 | 0 | 0 | EA | 61 | 56 |
| Octal | 273 | 302 | 376 | 32 | 30 | 0 | 0 | 352 | 141 | 126 |
| Binary | 10111011 | 11000010 | 11111110 | 11010 | 11000 | 0 | 0 | 11101010 | 1100001 | 1010110 |
Color Harmonies of #BBC2FE
Complementary color
Monochromatic Colors of #BBC2FE
Black with #BBC2FE
Text Example
Text Example
White with #BBC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2FE; }
p { color: rgb(187,194,254); }
H1.HeaderClassName
{
color: #BBC2FE;
}
.AnyTagClassName
{
color: #BBC2FE;
}
</style>
background-color css
<style>
a { background-color: #BBC2FE; }
a { background-color: rgb(187,194,254); }
div.DivClassName
{
background-color: #BBC2FE;
}
.BgClassName
{
background-color: #BBC2FE;
}
</style>
border-color css
<style>
span { border-color: #BBC2FE; }
span { border-color: rgb(187,194,254); }
td.TdClassName
{
border-color: #BBC2FE;
}
.TagClassName
{
border-color: #BBC2FE;
}
</style>