Shades of Lavender Grey #BDBFD1
Tints of Lavender Grey #BDBFD1
RGB
CMYK
RGB Variations
Color information
#BDBFD1 (or 0xBDBFD1) is known color: Lavender Grey. HEX triplet: BD, BF and D1. RGB value is (189,191,209). Sum of RGB (Red+Green+Blue) = 189+191+209=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDBFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFD1 is #42402E. Grayscale: #C0C0C0. Windows color (decimal): -4341807 or 13746109. OLE color: 13746109.
HSL color Cylindrical-coordinate representation of color #BDBFD1: hue angle of 234º 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 #BDBFD1 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 191 | 209 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.18 |
| HSL | 234º | 0.18% | 0.78% | - |
| HSV(B) | 234º | 0.1% | 0.82% | - |
| XYZ | 51.13 | 52.68 | 67.8 | - |
| YUV | 192.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 209 | 0.10 | 0.09 | 0 | 0.18 | 234 | 0.18 | 0.78 |
| Hex | BD | BF | D1 | A | 9 | 0 | 12 | EA | 12 | 4E |
| Octal | 275 | 277 | 321 | 12 | 11 | 0 | 22 | 352 | 22 | 116 |
| Binary | 10111101 | 10111111 | 11010001 | 1010 | 1001 | 0 | 10010 | 11101010 | 10010 | 1001110 |
Color Harmonies of #BDBFD1
Complementary color
Monochromatic Colors of #BDBFD1
Black with #BDBFD1
Text Example
Text Example
White with #BDBFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFD1; }
p { color: rgb(189,191,209); }
H1.HeaderClassName
{
color: #BDBFD1;
}
.AnyTagClassName
{
color: #BDBFD1;
}
</style>
background-color css
<style>
a { background-color: #BDBFD1; }
a { background-color: rgb(189,191,209); }
div.DivClassName
{
background-color: #BDBFD1;
}
.BgClassName
{
background-color: #BDBFD1;
}
</style>
border-color css
<style>
span { border-color: #BDBFD1; }
span { border-color: rgb(189,191,209); }
td.TdClassName
{
border-color: #BDBFD1;
}
.TagClassName
{
border-color: #BDBFD1;
}
</style>