Shades of Lavender Grey #BDBDD3
Tints of Lavender Grey #BDBDD3
RGB
CMYK
RGB Variations
Color information
#BDBDD3 (or 0xBDBDD3) is known color: Lavender Grey. HEX triplet: BD, BD and D3. RGB value is (189,189,211). Sum of RGB (Red+Green+Blue) = 189+189+211=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDBDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDD3 is #42422C. Grayscale: #BFBFBF. Windows color (decimal): -4342317 or 13876669. OLE color: 13876669.
HSL color Cylindrical-coordinate representation of color #BDBDD3: hue angle of 240º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDBDD3 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 189 | 189 | 211 | - |
CMYK | 0.10 | 0.10 | 0 | 0.17 |
HSL | 240º | 0.2% | 0.78% | - |
HSV(B) | 240º | 0.1% | 0.83% | - |
XYZ | 50.94 | 51.92 | 68.96 | - |
YUV | 191.51 | 139 | 126.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 211 | 0.10 | 0.10 | 0 | 0.17 | 240 | 0.2 | 0.78 |
Hex | BD | BD | D3 | A | A | 0 | 11 | F0 | 14 | 4E |
Octal | 275 | 275 | 323 | 12 | 12 | 0 | 21 | 360 | 24 | 116 |
Binary | 10111101 | 10111101 | 11010011 | 1010 | 1010 | 0 | 10001 | 11110000 | 10100 | 1001110 |
Color Harmonies of #BDBDD3
Complementary color
Monochromatic Colors of #BDBDD3
Black with #BDBDD3
Text Example
Text Example
White with #BDBDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDD3; }
p { color: rgb(189,189,211); }
H1.HeaderClassName
{
color: #BDBDD3;
}
.AnyTagClassName
{
color: #BDBDD3;
}
</style>
background-color css
<style>
a { background-color: #BDBDD3; }
a { background-color: rgb(189,189,211); }
div.DivClassName
{
background-color: #BDBDD3;
}
.BgClassName
{
background-color: #BDBDD3;
}
</style>
border-color css
<style>
span { border-color: #BDBDD3; }
span { border-color: rgb(189,189,211); }
td.TdClassName
{
border-color: #BDBDD3;
}
.TagClassName
{
border-color: #BDBDD3;
}
</style>