Shades of Lavender Blue #BBB2FE
Tints of Lavender Blue #BBB2FE
RGB
CMYK
RGB Variations
Color information
#BBB2FE (or 0xBBB2FE) is known color: Lavender Blue. HEX triplet: BB, B2 and FE. RGB value is (187,178,254). Sum of RGB (Red+Green+Blue) = 187+178+254=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBB2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2FE is #444D01. Grayscale: #BDBDBD. Windows color (decimal): -4476162 or 16691899. OLE color: 16691899.
HSL color Cylindrical-coordinate representation of color #BBB2FE: hue angle of 247.11º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBB2FE is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 178 | 254 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.00 |
| HSL | 247.11º | 0.97% | 0.85% | - |
| HSV(B) | 247.11º | 0.3% | 1% | - |
| XYZ | 54.3 | 49.56 | 100.47 | - |
| YUV | 189.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 254 | 0.26 | 0.30 | 0 | 0.00 | 247.11 | 0.97 | 0.85 |
| Hex | BB | B2 | FE | 1A | 1E | 0 | 0 | F7 | 61 | 55 |
| Octal | 273 | 262 | 376 | 32 | 36 | 0 | 0 | 367 | 141 | 125 |
| Binary | 10111011 | 10110010 | 11111110 | 11010 | 11110 | 0 | 0 | 11110111 | 1100001 | 1010101 |
Color Harmonies of #BBB2FE
Complementary color
Monochromatic Colors of #BBB2FE
Black with #BBB2FE
Text Example
Text Example
White with #BBB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2FE; }
p { color: rgb(187,178,254); }
H1.HeaderClassName
{
color: #BBB2FE;
}
.AnyTagClassName
{
color: #BBB2FE;
}
</style>
background-color css
<style>
a { background-color: #BBB2FE; }
a { background-color: rgb(187,178,254); }
div.DivClassName
{
background-color: #BBB2FE;
}
.BgClassName
{
background-color: #BBB2FE;
}
</style>
border-color css
<style>
span { border-color: #BBB2FE; }
span { border-color: rgb(187,178,254); }
td.TdClassName
{
border-color: #BBB2FE;
}
.TagClassName
{
border-color: #BBB2FE;
}
</style>