Shades of Lavender Blue #BBC2FF
Tints of Lavender Blue #BBC2FF
RGB
CMYK
RGB Variations
Color information
#BBC2FF (or 0xBBC2FF) is known color: Lavender Blue. HEX triplet: BB, C2 and FF. RGB value is (187,194,255). Sum of RGB (Red+Green+Blue) = 187+194+255=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2FF is #443D00. Grayscale: #C6C6C6. Windows color (decimal): -4472065 or 16761531. OLE color: 16761531.
HSL color Cylindrical-coordinate representation of color #BBC2FF: hue angle of 233.82º 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 #BBC2FF is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 187 | 194 | 255 | - |
CMYK | 0.27 | 0.24 | 0 | 0 |
HSL | 233.82º | 1% | 0.87% | - |
HSV(B) | 233.82º | 0.27% | 1% | - |
XYZ | 57.84 | 56.37 | 102.44 | - |
YUV | 198.86 | 159.68 | 119.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 194 | 255 | 0.27 | 0.24 | 0 | 0 | 233.82 | 1 | 0.87 |
Hex | BB | C2 | FF | 1B | 18 | 0 | 0 | EA | 64 | 57 |
Octal | 273 | 302 | 377 | 33 | 30 | 0 | 0 | 352 | 144 | 127 |
Binary | 10111011 | 11000010 | 11111111 | 11011 | 11000 | 0 | 0 | 11101010 | 1100100 | 1010111 |
Color Harmonies of #BBC2FF
Complementary color
Monochromatic Colors of #BBC2FF
Black with #BBC2FF
Text Example
Text Example
White with #BBC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2FF; }
p { color: rgb(187,194,255); }
H1.HeaderClassName
{
color: #BBC2FF;
}
.AnyTagClassName
{
color: #BBC2FF;
}
</style>
background-color css
<style>
a { background-color: #BBC2FF; }
a { background-color: rgb(187,194,255); }
div.DivClassName
{
background-color: #BBC2FF;
}
.BgClassName
{
background-color: #BBC2FF;
}
</style>
border-color css
<style>
span { border-color: #BBC2FF; }
span { border-color: rgb(187,194,255); }
td.TdClassName
{
border-color: #BBC2FF;
}
.TagClassName
{
border-color: #BBC2FF;
}
</style>