Shades of Lavender Grey #BBBDE3
Tints of Lavender Grey #BBBDE3
RGB
CMYK
RGB Variations
Color information
#BBBDE3 (or 0xBBBDE3) is known color: Lavender Grey. HEX triplet: BB, BD and E3. RGB value is (187,189,227). Sum of RGB (Red+Green+Blue) = 187+189+227=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 227 (89.06% from 255 or 37.65% from 603); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBBDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDE3 is #44421C. Grayscale: #C0C0C0. Windows color (decimal): -4473373 or 14925243. OLE color: 14925243.
HSL color Cylindrical-coordinate representation of color #BBBDE3: hue angle of 237º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBBDE3 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 189 | 227 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.11 |
| HSL | 237º | 0.42% | 0.81% | - |
| HSV(B) | 237º | 0.18% | 0.89% | - |
| XYZ | 52.56 | 52.51 | 80.04 | - |
| YUV | 192.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 227 | 0.18 | 0.17 | 0 | 0.11 | 237 | 0.42 | 0.81 |
| Hex | BB | BD | E3 | 12 | 11 | 0 | B | ED | 2A | 51 |
| Octal | 273 | 275 | 343 | 22 | 21 | 0 | 13 | 355 | 52 | 121 |
| Binary | 10111011 | 10111101 | 11100011 | 10010 | 10001 | 0 | 1011 | 11101101 | 101010 | 1010001 |
Color Harmonies of #BBBDE3
Complementary color
Monochromatic Colors of #BBBDE3
Black with #BBBDE3
Text Example
Text Example
White with #BBBDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDE3; }
p { color: rgb(187,189,227); }
H1.HeaderClassName
{
color: #BBBDE3;
}
.AnyTagClassName
{
color: #BBBDE3;
}
</style>
background-color css
<style>
a { background-color: #BBBDE3; }
a { background-color: rgb(187,189,227); }
div.DivClassName
{
background-color: #BBBDE3;
}
.BgClassName
{
background-color: #BBBDE3;
}
</style>
border-color css
<style>
span { border-color: #BBBDE3; }
span { border-color: rgb(187,189,227); }
td.TdClassName
{
border-color: #BBBDE3;
}
.TagClassName
{
border-color: #BBBDE3;
}
</style>