Shades of Lavender Grey #BDBCD0
Tints of Lavender Grey #BDBCD0
RGB
CMYK
RGB Variations
Color information
#BDBCD0 (or 0xBDBCD0) is known color: Lavender Grey. HEX triplet: BD, BC and D0. RGB value is (189,188,208). Sum of RGB (Red+Green+Blue) = 189+188+208=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDBCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCD0 is #42432F. Grayscale: #BEBEBE. Windows color (decimal): -4342576 or 13679805. OLE color: 13679805.
HSL color Cylindrical-coordinate representation of color #BDBCD0: hue angle of 243º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDBCD0 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 188 | 208 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.18 |
| HSL | 243º | 0.18% | 0.78% | - |
| HSV(B) | 243º | 0.1% | 0.82% | - |
| XYZ | 50.35 | 51.34 | 66.93 | - |
| YUV | 190.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 208 | 0.09 | 0.10 | 0 | 0.18 | 243 | 0.18 | 0.78 |
| Hex | BD | BC | D0 | 9 | A | 0 | 12 | F3 | 12 | 4E |
| Octal | 275 | 274 | 320 | 11 | 12 | 0 | 22 | 363 | 22 | 116 |
| Binary | 10111101 | 10111100 | 11010000 | 1001 | 1010 | 0 | 10010 | 11110011 | 10010 | 1001110 |
Color Harmonies of #BDBCD0
Complementary color
Monochromatic Colors of #BDBCD0
Black with #BDBCD0
Text Example
Text Example
White with #BDBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCD0; }
p { color: rgb(189,188,208); }
H1.HeaderClassName
{
color: #BDBCD0;
}
.AnyTagClassName
{
color: #BDBCD0;
}
</style>
background-color css
<style>
a { background-color: #BDBCD0; }
a { background-color: rgb(189,188,208); }
div.DivClassName
{
background-color: #BDBCD0;
}
.BgClassName
{
background-color: #BDBCD0;
}
</style>
border-color css
<style>
span { border-color: #BDBCD0; }
span { border-color: rgb(189,188,208); }
td.TdClassName
{
border-color: #BDBCD0;
}
.TagClassName
{
border-color: #BDBCD0;
}
</style>