Shades of Lavender Grey #BDBDCE
Tints of Lavender Grey #BDBDCE
RGB
CMYK
RGB Variations
Color information
#BDBDCE (or 0xBDBDCE) is known color: Lavender Grey. HEX triplet: BD, BD and CE. RGB value is (189,189,206). Sum of RGB (Red+Green+Blue) = 189+189+206=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDBDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDCE is #424231. Grayscale: #BEBEBE. Windows color (decimal): -4342322 or 13548989. OLE color: 13548989.
HSL color Cylindrical-coordinate representation of color #BDBDCE: hue angle of 240º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDBDCE is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 189 | 189 | 206 | - |
CMYK | 0.08 | 0.08 | 0 | 0.19 |
HSL | 240º | 0.15% | 0.77% | - |
HSV(B) | 240º | 0.08% | 0.81% | - |
XYZ | 50.32 | 51.67 | 65.71 | - |
YUV | 190.94 | 136.5 | 126.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 206 | 0.08 | 0.08 | 0 | 0.19 | 240 | 0.15 | 0.77 |
Hex | BD | BD | CE | 8 | 8 | 0 | 13 | F0 | F | 4D |
Octal | 275 | 275 | 316 | 10 | 10 | 0 | 23 | 360 | 17 | 115 |
Binary | 10111101 | 10111101 | 11001110 | 1000 | 1000 | 0 | 10011 | 11110000 | 1111 | 1001101 |
Color Harmonies of #BDBDCE
Complementary color
Monochromatic Colors of #BDBDCE
Black with #BDBDCE
Text Example
Text Example
White with #BDBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDCE; }
p { color: rgb(189,189,206); }
H1.HeaderClassName
{
color: #BDBDCE;
}
.AnyTagClassName
{
color: #BDBDCE;
}
</style>
background-color css
<style>
a { background-color: #BDBDCE; }
a { background-color: rgb(189,189,206); }
div.DivClassName
{
background-color: #BDBDCE;
}
.BgClassName
{
background-color: #BDBDCE;
}
</style>
border-color css
<style>
span { border-color: #BDBDCE; }
span { border-color: rgb(189,189,206); }
td.TdClassName
{
border-color: #BDBDCE;
}
.TagClassName
{
border-color: #BDBDCE;
}
</style>