Shades of Lavender Grey #BDBDD4
Tints of Lavender Grey #BDBDD4
RGB
CMYK
RGB Variations
Color information
#BDBDD4 (or 0xBDBDD4) is known color: Lavender Grey. HEX triplet: BD, BD and D4. RGB value is (189,189,212). Sum of RGB (Red+Green+Blue) = 189+189+212=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDBDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDD4 is #42422B. Grayscale: #BFBFBF. Windows color (decimal): -4342316 or 13942205. OLE color: 13942205.
HSL color Cylindrical-coordinate representation of color #BDBDD4: hue angle of 240º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDBDD4 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 189 | 189 | 212 | - |
CMYK | 0.11 | 0.11 | 0 | 0.17 |
HSL | 240º | 0.21% | 0.79% | - |
HSV(B) | 240º | 0.11% | 0.83% | - |
XYZ | 51.07 | 51.97 | 69.63 | - |
YUV | 191.62 | 139.5 | 126.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 189 | 212 | 0.11 | 0.11 | 0 | 0.17 | 240 | 0.21 | 0.79 |
Hex | BD | BD | D4 | B | B | 0 | 11 | F0 | 15 | 4F |
Octal | 275 | 275 | 324 | 13 | 13 | 0 | 21 | 360 | 25 | 117 |
Binary | 10111101 | 10111101 | 11010100 | 1011 | 1011 | 0 | 10001 | 11110000 | 10101 | 1001111 |
Color Harmonies of #BDBDD4
Complementary color
Monochromatic Colors of #BDBDD4
Black with #BDBDD4
Text Example
Text Example
White with #BDBDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDD4; }
p { color: rgb(189,189,212); }
H1.HeaderClassName
{
color: #BDBDD4;
}
.AnyTagClassName
{
color: #BDBDD4;
}
</style>
background-color css
<style>
a { background-color: #BDBDD4; }
a { background-color: rgb(189,189,212); }
div.DivClassName
{
background-color: #BDBDD4;
}
.BgClassName
{
background-color: #BDBDD4;
}
</style>
border-color css
<style>
span { border-color: #BDBDD4; }
span { border-color: rgb(189,189,212); }
td.TdClassName
{
border-color: #BDBDD4;
}
.TagClassName
{
border-color: #BDBDD4;
}
</style>