Shades of Lavender Grey #BDBFD5
Tints of Lavender Grey #BDBFD5
RGB
CMYK
RGB Variations
Color information
#BDBFD5 (or 0xBDBFD5) is known color: Lavender Grey. HEX triplet: BD, BF and D5. RGB value is (189,191,213). Sum of RGB (Red+Green+Blue) = 189+191+213=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDBFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFD5 is #42402A. Grayscale: #C0C0C0. Windows color (decimal): -4341803 or 14008253. OLE color: 14008253.
HSL color Cylindrical-coordinate representation of color #BDBFD5: hue angle of 235º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDBFD5 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 189 | 191 | 213 | - |
CMYK | 0.11 | 0.10 | 0 | 0.16 |
HSL | 235º | 0.22% | 0.79% | - |
HSV(B) | 235º | 0.11% | 0.84% | - |
XYZ | 51.63 | 52.88 | 70.44 | - |
YUV | 192.91 | 139.34 | 125.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 191 | 213 | 0.11 | 0.10 | 0 | 0.16 | 235 | 0.22 | 0.79 |
Hex | BD | BF | D5 | B | A | 0 | 10 | EB | 16 | 4F |
Octal | 275 | 277 | 325 | 13 | 12 | 0 | 20 | 353 | 26 | 117 |
Binary | 10111101 | 10111111 | 11010101 | 1011 | 1010 | 0 | 10000 | 11101011 | 10110 | 1001111 |
Color Harmonies of #BDBFD5
Complementary color
Monochromatic Colors of #BDBFD5
Black with #BDBFD5
Text Example
Text Example
White with #BDBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFD5; }
p { color: rgb(189,191,213); }
H1.HeaderClassName
{
color: #BDBFD5;
}
.AnyTagClassName
{
color: #BDBFD5;
}
</style>
background-color css
<style>
a { background-color: #BDBFD5; }
a { background-color: rgb(189,191,213); }
div.DivClassName
{
background-color: #BDBFD5;
}
.BgClassName
{
background-color: #BDBFD5;
}
</style>
border-color css
<style>
span { border-color: #BDBFD5; }
span { border-color: rgb(189,191,213); }
td.TdClassName
{
border-color: #BDBFD5;
}
.TagClassName
{
border-color: #BDBFD5;
}
</style>