Shades of Lavender Blue #BBC0FE
Tints of Lavender Blue #BBC0FE
RGB
CMYK
RGB Variations
Color information
#BBC0FE (or 0xBBC0FE) is known color: Lavender Blue. HEX triplet: BB, C0 and FE. RGB value is (187,192,254). Sum of RGB (Red+Green+Blue) = 187+192+254=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBC0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0FE is #443F01. Grayscale: #C5C5C5. Windows color (decimal): -4472578 or 16695483. OLE color: 16695483.
HSL color Cylindrical-coordinate representation of color #BBC0FE: hue angle of 235.52º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC0FE is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 192 | 254 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.00 |
| HSL | 235.52º | 0.97% | 0.86% | - |
| HSV(B) | 235.52º | 0.26% | 1% | - |
| XYZ | 57.23 | 55.42 | 101.45 | - |
| YUV | 197.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 254 | 0.26 | 0.24 | 0 | 0.00 | 235.52 | 0.97 | 0.86 |
| Hex | BB | C0 | FE | 1A | 18 | 0 | 0 | EC | 61 | 56 |
| Octal | 273 | 300 | 376 | 32 | 30 | 0 | 0 | 354 | 141 | 126 |
| Binary | 10111011 | 11000000 | 11111110 | 11010 | 11000 | 0 | 0 | 11101100 | 1100001 | 1010110 |
Color Harmonies of #BBC0FE
Complementary color
Monochromatic Colors of #BBC0FE
Black with #BBC0FE
Text Example
Text Example
White with #BBC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0FE; }
p { color: rgb(187,192,254); }
H1.HeaderClassName
{
color: #BBC0FE;
}
.AnyTagClassName
{
color: #BBC0FE;
}
</style>
background-color css
<style>
a { background-color: #BBC0FE; }
a { background-color: rgb(187,192,254); }
div.DivClassName
{
background-color: #BBC0FE;
}
.BgClassName
{
background-color: #BBC0FE;
}
</style>
border-color css
<style>
span { border-color: #BBC0FE; }
span { border-color: rgb(187,192,254); }
td.TdClassName
{
border-color: #BBC0FE;
}
.TagClassName
{
border-color: #BBC0FE;
}
</style>