Shades of Lavender Grey #BDBCD4
Tints of Lavender Grey #BDBCD4
RGB
CMYK
RGB Variations
Color information
#BDBCD4 (or 0xBDBCD4) is known color: Lavender Grey. HEX triplet: BD, BC and D4. RGB value is (189,188,212). Sum of RGB (Red+Green+Blue) = 189+188+212=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDBCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCD4 is #42432B. Grayscale: #BEBEBE. Windows color (decimal): -4342572 or 13941949. OLE color: 13941949.
HSL color Cylindrical-coordinate representation of color #BDBCD4: hue angle of 242.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDBCD4 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 188 | 212 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.17 |
| HSL | 242.5º | 0.22% | 0.78% | - |
| HSV(B) | 242.5º | 0.11% | 0.83% | - |
| XYZ | 50.85 | 51.54 | 69.56 | - |
| YUV | 191.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 212 | 0.11 | 0.11 | 0 | 0.17 | 242.5 | 0.22 | 0.78 |
| Hex | BD | BC | D4 | B | B | 0 | 11 | F2 | 16 | 4E |
| Octal | 275 | 274 | 324 | 13 | 13 | 0 | 21 | 362 | 26 | 116 |
| Binary | 10111101 | 10111100 | 11010100 | 1011 | 1011 | 0 | 10001 | 11110010 | 10110 | 1001110 |
Color Harmonies of #BDBCD4
Complementary color
Monochromatic Colors of #BDBCD4
Black with #BDBCD4
Text Example
Text Example
White with #BDBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBCD4; }
p { color: rgb(189,188,212); }
H1.HeaderClassName
{
color: #BDBCD4;
}
.AnyTagClassName
{
color: #BDBCD4;
}
</style>
background-color css
<style>
a { background-color: #BDBCD4; }
a { background-color: rgb(189,188,212); }
div.DivClassName
{
background-color: #BDBCD4;
}
.BgClassName
{
background-color: #BDBCD4;
}
</style>
border-color css
<style>
span { border-color: #BDBCD4; }
span { border-color: rgb(189,188,212); }
td.TdClassName
{
border-color: #BDBCD4;
}
.TagClassName
{
border-color: #BDBCD4;
}
</style>