Shades of Lavender Grey #BDBEED
Tints of Lavender Grey #BDBEED
RGB
CMYK
RGB Variations
Color information
#BDBEED (or 0xBDBEED) is known color: Lavender Grey. HEX triplet: BD, BE and ED. RGB value is (189,190,237). Sum of RGB (Red+Green+Blue) = 189+190+237=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDBEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEED is #424112. Grayscale: #C2C2C2. Windows color (decimal): -4342035 or 15580861. OLE color: 15580861.
HSL color Cylindrical-coordinate representation of color #BDBEED: hue angle of 238.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDBEED is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 190 | 237 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.07 |
| HSL | 238.75º | 0.57% | 0.84% | - |
| HSV(B) | 238.75º | 0.2% | 0.93% | - |
| XYZ | 54.69 | 53.76 | 87.62 | - |
| YUV | 195.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 237 | 0.20 | 0.20 | 0 | 0.07 | 238.75 | 0.57 | 0.84 |
| Hex | BD | BE | ED | 14 | 14 | 0 | 7 | EF | 39 | 54 |
| Octal | 275 | 276 | 355 | 24 | 24 | 0 | 7 | 357 | 71 | 124 |
| Binary | 10111101 | 10111110 | 11101101 | 10100 | 10100 | 0 | 111 | 11101111 | 111001 | 1010100 |
Color Harmonies of #BDBEED
Complementary color
Monochromatic Colors of #BDBEED
Black with #BDBEED
Text Example
Text Example
White with #BDBEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEED; }
p { color: rgb(189,190,237); }
H1.HeaderClassName
{
color: #BDBEED;
}
.AnyTagClassName
{
color: #BDBEED;
}
</style>
background-color css
<style>
a { background-color: #BDBEED; }
a { background-color: rgb(189,190,237); }
div.DivClassName
{
background-color: #BDBEED;
}
.BgClassName
{
background-color: #BDBEED;
}
</style>
border-color css
<style>
span { border-color: #BDBEED; }
span { border-color: rgb(189,190,237); }
td.TdClassName
{
border-color: #BDBEED;
}
.TagClassName
{
border-color: #BDBEED;
}
</style>