Shades of Lavender Blue #BBC0F8
Tints of Lavender Blue #BBC0F8
RGB
CMYK
RGB Variations
Color information
#BBC0F8 (or 0xBBC0F8) is known color: Lavender Blue. HEX triplet: BB, C0 and F8. RGB value is (187,192,248). Sum of RGB (Red+Green+Blue) = 187+192+248=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBC0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0F8 is #443F07. Grayscale: #C4C4C4. Windows color (decimal): -4472584 or 16302267. OLE color: 16302267.
HSL color Cylindrical-coordinate representation of color #BBC0F8: hue angle of 235.08º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC0F8 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 192 | 248 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.03 |
| HSL | 235.08º | 0.81% | 0.85% | - |
| HSV(B) | 235.08º | 0.25% | 0.97% | - |
| XYZ | 56.29 | 55.04 | 96.46 | - |
| YUV | 196.89 | 156.84 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 248 | 0.25 | 0.23 | 0 | 0.03 | 235.08 | 0.81 | 0.85 |
| Hex | BB | C0 | F8 | 19 | 17 | 0 | 3 | EB | 51 | 55 |
| Octal | 273 | 300 | 370 | 31 | 27 | 0 | 3 | 353 | 121 | 125 |
| Binary | 10111011 | 11000000 | 11111000 | 11001 | 10111 | 0 | 11 | 11101011 | 1010001 | 1010101 |
Color Harmonies of #BBC0F8
Complementary color
Monochromatic Colors of #BBC0F8
Black with #BBC0F8
Text Example
Text Example
White with #BBC0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0F8; }
p { color: rgb(187,192,248); }
H1.HeaderClassName
{
color: #BBC0F8;
}
.AnyTagClassName
{
color: #BBC0F8;
}
</style>
background-color css
<style>
a { background-color: #BBC0F8; }
a { background-color: rgb(187,192,248); }
div.DivClassName
{
background-color: #BBC0F8;
}
.BgClassName
{
background-color: #BBC0F8;
}
</style>
border-color css
<style>
span { border-color: #BBC0F8; }
span { border-color: rgb(187,192,248); }
td.TdClassName
{
border-color: #BBC0F8;
}
.TagClassName
{
border-color: #BBC0F8;
}
</style>