Shades of Lavender Blue #BBC0FB
Tints of Lavender Blue #BBC0FB
RGB
CMYK
RGB Variations
Color information
#BBC0FB (or 0xBBC0FB) is known color: Lavender Blue. HEX triplet: BB, C0 and FB. RGB value is (187,192,251). Sum of RGB (Red+Green+Blue) = 187+192+251=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBC0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0FB is #443F04. Grayscale: #C4C4C4. Windows color (decimal): -4472581 or 16498875. OLE color: 16498875.
HSL color Cylindrical-coordinate representation of color #BBC0FB: hue angle of 235.31º degrees, saturation: 0.89, 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 #BBC0FB is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 192 | 251 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.02 |
| HSL | 235.31º | 0.89% | 0.86% | - |
| HSV(B) | 235.31º | 0.25% | 0.98% | - |
| XYZ | 56.76 | 55.23 | 98.94 | - |
| YUV | 197.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 251 | 0.25 | 0.24 | 0 | 0.02 | 235.31 | 0.89 | 0.86 |
| Hex | BB | C0 | FB | 19 | 18 | 0 | 2 | EB | 59 | 56 |
| Octal | 273 | 300 | 373 | 31 | 30 | 0 | 2 | 353 | 131 | 126 |
| Binary | 10111011 | 11000000 | 11111011 | 11001 | 11000 | 0 | 10 | 11101011 | 1011001 | 1010110 |
Color Harmonies of #BBC0FB
Complementary color
Monochromatic Colors of #BBC0FB
Black with #BBC0FB
Text Example
Text Example
White with #BBC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0FB; }
p { color: rgb(187,192,251); }
H1.HeaderClassName
{
color: #BBC0FB;
}
.AnyTagClassName
{
color: #BBC0FB;
}
</style>
background-color css
<style>
a { background-color: #BBC0FB; }
a { background-color: rgb(187,192,251); }
div.DivClassName
{
background-color: #BBC0FB;
}
.BgClassName
{
background-color: #BBC0FB;
}
</style>
border-color css
<style>
span { border-color: #BBC0FB; }
span { border-color: rgb(187,192,251); }
td.TdClassName
{
border-color: #BBC0FB;
}
.TagClassName
{
border-color: #BBC0FB;
}
</style>