Shades of Lavender Blue #BBC2FA
Tints of Lavender Blue #BBC2FA
RGB
CMYK
RGB Variations
Color information
#BBC2FA (or 0xBBC2FA) is known color: Lavender Blue. HEX triplet: BB, C2 and FA. RGB value is (187,194,250). Sum of RGB (Red+Green+Blue) = 187+194+250=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2FA is #443D05. Grayscale: #C6C6C6. Windows color (decimal): -4472070 or 16433851. OLE color: 16433851.
HSL color Cylindrical-coordinate representation of color #BBC2FA: hue angle of 233.33º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC2FA is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 194 | 250 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.02 |
| HSL | 233.33º | 0.86% | 0.86% | - |
| HSV(B) | 233.33º | 0.25% | 0.98% | - |
| XYZ | 57.04 | 56.05 | 98.25 | - |
| YUV | 198.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 250 | 0.25 | 0.22 | 0 | 0.02 | 233.33 | 0.86 | 0.86 |
| Hex | BB | C2 | FA | 19 | 16 | 0 | 2 | E9 | 56 | 56 |
| Octal | 273 | 302 | 372 | 31 | 26 | 0 | 2 | 351 | 126 | 126 |
| Binary | 10111011 | 11000010 | 11111010 | 11001 | 10110 | 0 | 10 | 11101001 | 1010110 | 1010110 |
Color Harmonies of #BBC2FA
Complementary color
Monochromatic Colors of #BBC2FA
Black with #BBC2FA
Text Example
Text Example
White with #BBC2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2FA; }
p { color: rgb(187,194,250); }
H1.HeaderClassName
{
color: #BBC2FA;
}
.AnyTagClassName
{
color: #BBC2FA;
}
</style>
background-color css
<style>
a { background-color: #BBC2FA; }
a { background-color: rgb(187,194,250); }
div.DivClassName
{
background-color: #BBC2FA;
}
.BgClassName
{
background-color: #BBC2FA;
}
</style>
border-color css
<style>
span { border-color: #BBC2FA; }
span { border-color: rgb(187,194,250); }
td.TdClassName
{
border-color: #BBC2FA;
}
.TagClassName
{
border-color: #BBC2FA;
}
</style>