Shades of Lavender Blue #BBBEFE
Tints of Lavender Blue #BBBEFE
RGB
CMYK
RGB Variations
Color information
#BBBEFE (or 0xBBBEFE) is known color: Lavender Blue. HEX triplet: BB, BE and FE. RGB value is (187,190,254). Sum of RGB (Red+Green+Blue) = 187+190+254=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBBEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBEFE is #444101. Grayscale: #C4C4C4. Windows color (decimal): -4473090 or 16694971. OLE color: 16694971.
HSL color Cylindrical-coordinate representation of color #BBBEFE: hue angle of 237.31º 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 #BBBEFE is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 190 | 254 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.00 |
| HSL | 237.31º | 0.97% | 0.86% | - |
| HSV(B) | 237.31º | 0.26% | 1% | - |
| XYZ | 56.8 | 54.55 | 101.3 | - |
| YUV | 196.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 254 | 0.26 | 0.25 | 0 | 0.00 | 237.31 | 0.97 | 0.86 |
| Hex | BB | BE | FE | 1A | 19 | 0 | 0 | ED | 61 | 56 |
| Octal | 273 | 276 | 376 | 32 | 31 | 0 | 0 | 355 | 141 | 126 |
| Binary | 10111011 | 10111110 | 11111110 | 11010 | 11001 | 0 | 0 | 11101101 | 1100001 | 1010110 |
Color Harmonies of #BBBEFE
Complementary color
Monochromatic Colors of #BBBEFE
Black with #BBBEFE
Text Example
Text Example
White with #BBBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBEFE; }
p { color: rgb(187,190,254); }
H1.HeaderClassName
{
color: #BBBEFE;
}
.AnyTagClassName
{
color: #BBBEFE;
}
</style>
background-color css
<style>
a { background-color: #BBBEFE; }
a { background-color: rgb(187,190,254); }
div.DivClassName
{
background-color: #BBBEFE;
}
.BgClassName
{
background-color: #BBBEFE;
}
</style>
border-color css
<style>
span { border-color: #BBBEFE; }
span { border-color: rgb(187,190,254); }
td.TdClassName
{
border-color: #BBBEFE;
}
.TagClassName
{
border-color: #BBBEFE;
}
</style>