Shades of Lavender Blue #BBBDFF
Tints of Lavender Blue #BBBDFF
RGB
CMYK
RGB Variations
Color information
#BBBDFF (or 0xBBBDFF) is known color: Lavender Blue. HEX triplet: BB, BD and FF. RGB value is (187,189,255). Sum of RGB (Red+Green+Blue) = 187+189+255=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBBDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBDFF is #444200. Grayscale: #C3C3C3. Windows color (decimal): -4473345 or 16760251. OLE color: 16760251.
HSL color Cylindrical-coordinate representation of color #BBBDFF: hue angle of 238.24º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBBDFF is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 189 | 255 | - |
| CMYK | 0.27 | 0.26 | 0 | 0 |
| HSL | 238.24º | 1% | 0.87% | - |
| HSV(B) | 238.24º | 0.27% | 1% | - |
| XYZ | 56.74 | 54.18 | 102.07 | - |
| YUV | 195.93 | 161.34 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 255 | 0.27 | 0.26 | 0 | 0 | 238.24 | 1 | 0.87 |
| Hex | BB | BD | FF | 1B | 1A | 0 | 0 | EE | 64 | 57 |
| Octal | 273 | 275 | 377 | 33 | 32 | 0 | 0 | 356 | 144 | 127 |
| Binary | 10111011 | 10111101 | 11111111 | 11011 | 11010 | 0 | 0 | 11101110 | 1100100 | 1010111 |
Color Harmonies of #BBBDFF
Complementary color
Monochromatic Colors of #BBBDFF
Black with #BBBDFF
Text Example
Text Example
White with #BBBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDFF; }
p { color: rgb(187,189,255); }
H1.HeaderClassName
{
color: #BBBDFF;
}
.AnyTagClassName
{
color: #BBBDFF;
}
</style>
background-color css
<style>
a { background-color: #BBBDFF; }
a { background-color: rgb(187,189,255); }
div.DivClassName
{
background-color: #BBBDFF;
}
.BgClassName
{
background-color: #BBBDFF;
}
</style>
border-color css
<style>
span { border-color: #BBBDFF; }
span { border-color: rgb(187,189,255); }
td.TdClassName
{
border-color: #BBBDFF;
}
.TagClassName
{
border-color: #BBBDFF;
}
</style>