Shades of Lavender Grey #BDBFD4
Tints of Lavender Grey #BDBFD4
RGB
CMYK
RGB Variations
Color information
#BDBFD4 (or 0xBDBFD4) is known color: Lavender Grey. HEX triplet: BD, BF and D4. RGB value is (189,191,212). Sum of RGB (Red+Green+Blue) = 189+191+212=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDBFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFD4 is #42402B. Grayscale: #C0C0C0. Windows color (decimal): -4341804 or 13942717. OLE color: 13942717.
HSL color Cylindrical-coordinate representation of color #BDBFD4: hue angle of 234.78º 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 #BDBFD4 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 189 | 191 | 212 | - |
CMYK | 0.11 | 0.10 | 0 | 0.17 |
HSL | 234.78º | 0.21% | 0.79% | - |
HSV(B) | 234.78º | 0.11% | 0.83% | - |
XYZ | 51.5 | 52.83 | 69.77 | - |
YUV | 192.8 | 138.84 | 125.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 191 | 212 | 0.11 | 0.10 | 0 | 0.17 | 234.78 | 0.21 | 0.79 |
Hex | BD | BF | D4 | B | A | 0 | 11 | EB | 15 | 4F |
Octal | 275 | 277 | 324 | 13 | 12 | 0 | 21 | 353 | 25 | 117 |
Binary | 10111101 | 10111111 | 11010100 | 1011 | 1010 | 0 | 10001 | 11101011 | 10101 | 1001111 |
Color Harmonies of #BDBFD4
Complementary color
Monochromatic Colors of #BDBFD4
Black with #BDBFD4
Text Example
Text Example
White with #BDBFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFD4; }
p { color: rgb(189,191,212); }
H1.HeaderClassName
{
color: #BDBFD4;
}
.AnyTagClassName
{
color: #BDBFD4;
}
</style>
background-color css
<style>
a { background-color: #BDBFD4; }
a { background-color: rgb(189,191,212); }
div.DivClassName
{
background-color: #BDBFD4;
}
.BgClassName
{
background-color: #BDBFD4;
}
</style>
border-color css
<style>
span { border-color: #BDBFD4; }
span { border-color: rgb(189,191,212); }
td.TdClassName
{
border-color: #BDBFD4;
}
.TagClassName
{
border-color: #BDBFD4;
}
</style>