Shades of Lavender Blue #BBC3FE
Tints of Lavender Blue #BBC3FE
RGB
CMYK
RGB Variations
Color information
#BBC3FE (or 0xBBC3FE) is known color: Lavender Blue. HEX triplet: BB, C3 and FE. RGB value is (187,195,254). Sum of RGB (Red+Green+Blue) = 187+195+254=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBC3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC3FE is #443C01. Grayscale: #C7C7C7. Windows color (decimal): -4471810 or 16696251. OLE color: 16696251.
HSL color Cylindrical-coordinate representation of color #BBC3FE: hue angle of 232.84º 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 #BBC3FE is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 195 | 254 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.00 |
| HSL | 232.84º | 0.97% | 0.86% | - |
| HSV(B) | 232.84º | 0.26% | 1% | - |
| XYZ | 57.9 | 56.75 | 101.67 | - |
| YUV | 199.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 254 | 0.26 | 0.23 | 0 | 0.00 | 232.84 | 0.97 | 0.86 |
| Hex | BB | C3 | FE | 1A | 17 | 0 | 0 | E9 | 61 | 56 |
| Octal | 273 | 303 | 376 | 32 | 27 | 0 | 0 | 351 | 141 | 126 |
| Binary | 10111011 | 11000011 | 11111110 | 11010 | 10111 | 0 | 0 | 11101001 | 1100001 | 1010110 |
Color Harmonies of #BBC3FE
Complementary color
Monochromatic Colors of #BBC3FE
Black with #BBC3FE
Text Example
Text Example
White with #BBC3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3FE; }
p { color: rgb(187,195,254); }
H1.HeaderClassName
{
color: #BBC3FE;
}
.AnyTagClassName
{
color: #BBC3FE;
}
</style>
background-color css
<style>
a { background-color: #BBC3FE; }
a { background-color: rgb(187,195,254); }
div.DivClassName
{
background-color: #BBC3FE;
}
.BgClassName
{
background-color: #BBC3FE;
}
</style>
border-color css
<style>
span { border-color: #BBC3FE; }
span { border-color: rgb(187,195,254); }
td.TdClassName
{
border-color: #BBC3FE;
}
.TagClassName
{
border-color: #BBC3FE;
}
</style>