Shades of Lavender Blue #BBCAFE
Tints of Lavender Blue #BBCAFE
RGB
CMYK
RGB Variations
Color information
#BBCAFE (or 0xBBCAFE) is known color: Lavender Blue. HEX triplet: BB, CA and FE. RGB value is (187,202,254). Sum of RGB (Red+Green+Blue) = 187+202+254=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBCAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAFE is #443501. Grayscale: #CBCBCB. Windows color (decimal): -4470018 or 16698043. OLE color: 16698043.
HSL color Cylindrical-coordinate representation of color #BBCAFE: hue angle of 226.57º 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 #BBCAFE is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 202 | 254 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.00 |
| HSL | 226.57º | 0.97% | 0.86% | - |
| HSV(B) | 226.57º | 0.26% | 1% | - |
| XYZ | 59.5 | 59.96 | 102.2 | - |
| YUV | 203.44 | 156.53 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 254 | 0.26 | 0.20 | 0 | 0.00 | 226.57 | 0.97 | 0.86 |
| Hex | BB | CA | FE | 1A | 14 | 0 | 0 | E3 | 61 | 56 |
| Octal | 273 | 312 | 376 | 32 | 24 | 0 | 0 | 343 | 141 | 126 |
| Binary | 10111011 | 11001010 | 11111110 | 11010 | 10100 | 0 | 0 | 11100011 | 1100001 | 1010110 |
Color Harmonies of #BBCAFE
Complementary color
Monochromatic Colors of #BBCAFE
Black with #BBCAFE
Text Example
Text Example
White with #BBCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAFE; }
p { color: rgb(187,202,254); }
H1.HeaderClassName
{
color: #BBCAFE;
}
.AnyTagClassName
{
color: #BBCAFE;
}
</style>
background-color css
<style>
a { background-color: #BBCAFE; }
a { background-color: rgb(187,202,254); }
div.DivClassName
{
background-color: #BBCAFE;
}
.BgClassName
{
background-color: #BBCAFE;
}
</style>
border-color css
<style>
span { border-color: #BBCAFE; }
span { border-color: rgb(187,202,254); }
td.TdClassName
{
border-color: #BBCAFE;
}
.TagClassName
{
border-color: #BBCAFE;
}
</style>