Shades of Lavender Grey #BDBBED
Tints of Lavender Grey #BDBBED
RGB
CMYK
RGB Variations
Color information
#BDBBED (or 0xBDBBED) is known color: Lavender Grey. HEX triplet: BD, BB and ED. RGB value is (189,187,237). Sum of RGB (Red+Green+Blue) = 189+187+237=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBED is #424412. Grayscale: #C1C1C1. Windows color (decimal): -4342803 or 15580093. OLE color: 15580093.
HSL color Cylindrical-coordinate representation of color #BDBBED: hue angle of 242.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDBBED is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 187 | 237 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.07 |
| HSL | 242.4º | 0.58% | 0.83% | - |
| HSV(B) | 242.4º | 0.21% | 0.93% | - |
| XYZ | 54.04 | 52.47 | 87.4 | - |
| YUV | 193.3 | 152.66 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 237 | 0.20 | 0.21 | 0 | 0.07 | 242.4 | 0.58 | 0.83 |
| Hex | BD | BB | ED | 14 | 15 | 0 | 7 | F2 | 3A | 53 |
| Octal | 275 | 273 | 355 | 24 | 25 | 0 | 7 | 362 | 72 | 123 |
| Binary | 10111101 | 10111011 | 11101101 | 10100 | 10101 | 0 | 111 | 11110010 | 111010 | 1010011 |
Color Harmonies of #BDBBED
Complementary color
Monochromatic Colors of #BDBBED
Black with #BDBBED
Text Example
Text Example
White with #BDBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBED; }
p { color: rgb(189,187,237); }
H1.HeaderClassName
{
color: #BDBBED;
}
.AnyTagClassName
{
color: #BDBBED;
}
</style>
background-color css
<style>
a { background-color: #BDBBED; }
a { background-color: rgb(189,187,237); }
div.DivClassName
{
background-color: #BDBBED;
}
.BgClassName
{
background-color: #BDBBED;
}
</style>
border-color css
<style>
span { border-color: #BDBBED; }
span { border-color: rgb(189,187,237); }
td.TdClassName
{
border-color: #BDBBED;
}
.TagClassName
{
border-color: #BDBBED;
}
</style>