Shades of Lavender Blue #BBC2FC
Tints of Lavender Blue #BBC2FC
RGB
CMYK
RGB Variations
Color information
#BBC2FC (or 0xBBC2FC) is known color: Lavender Blue. HEX triplet: BB, C2 and FC. RGB value is (187,194,252). Sum of RGB (Red+Green+Blue) = 187+194+252=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBC2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2FC is #443D03. Grayscale: #C6C6C6. Windows color (decimal): -4472068 or 16564923. OLE color: 16564923.
HSL color Cylindrical-coordinate representation of color #BBC2FC: hue angle of 233.54º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC2FC is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 194 | 252 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.01 |
| HSL | 233.54º | 0.92% | 0.86% | - |
| HSV(B) | 233.54º | 0.26% | 0.99% | - |
| XYZ | 57.36 | 56.18 | 99.92 | - |
| YUV | 198.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 252 | 0.26 | 0.23 | 0 | 0.01 | 233.54 | 0.92 | 0.86 |
| Hex | BB | C2 | FC | 1A | 17 | 0 | 1 | EA | 5C | 56 |
| Octal | 273 | 302 | 374 | 32 | 27 | 0 | 1 | 352 | 134 | 126 |
| Binary | 10111011 | 11000010 | 11111100 | 11010 | 10111 | 0 | 1 | 11101010 | 1011100 | 1010110 |
Color Harmonies of #BBC2FC
Complementary color
Monochromatic Colors of #BBC2FC
Black with #BBC2FC
Text Example
Text Example
White with #BBC2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2FC; }
p { color: rgb(187,194,252); }
H1.HeaderClassName
{
color: #BBC2FC;
}
.AnyTagClassName
{
color: #BBC2FC;
}
</style>
background-color css
<style>
a { background-color: #BBC2FC; }
a { background-color: rgb(187,194,252); }
div.DivClassName
{
background-color: #BBC2FC;
}
.BgClassName
{
background-color: #BBC2FC;
}
</style>
border-color css
<style>
span { border-color: #BBC2FC; }
span { border-color: rgb(187,194,252); }
td.TdClassName
{
border-color: #BBC2FC;
}
.TagClassName
{
border-color: #BBC2FC;
}
</style>