Shades of Lavender Grey #BDBED7
Tints of Lavender Grey #BDBED7
RGB
CMYK
RGB Variations
Color information
#BDBED7 (or 0xBDBED7) is known color: Lavender Grey. HEX triplet: BD, BE and D7. RGB value is (189,190,215). Sum of RGB (Red+Green+Blue) = 189+190+215=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDBED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBED7 is #424128. Grayscale: #C0C0C0. Windows color (decimal): -4342057 or 14139069. OLE color: 14139069.
HSL color Cylindrical-coordinate representation of color #BDBED7: hue angle of 237.69º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDBED7 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 189 | 190 | 215 | - |
CMYK | 0.12 | 0.12 | 0 | 0.16 |
HSL | 237.69º | 0.25% | 0.79% | - |
HSV(B) | 237.69º | 0.12% | 0.84% | - |
XYZ | 51.67 | 52.55 | 71.71 | - |
YUV | 192.55 | 140.67 | 125.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 190 | 215 | 0.12 | 0.12 | 0 | 0.16 | 237.69 | 0.25 | 0.79 |
Hex | BD | BE | D7 | C | C | 0 | 10 | EE | 19 | 4F |
Octal | 275 | 276 | 327 | 14 | 14 | 0 | 20 | 356 | 31 | 117 |
Binary | 10111101 | 10111110 | 11010111 | 1100 | 1100 | 0 | 10000 | 11101110 | 11001 | 1001111 |
Color Harmonies of #BDBED7
Complementary color
Monochromatic Colors of #BDBED7
Black with #BDBED7
Text Example
Text Example
White with #BDBED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBED7; }
p { color: rgb(189,190,215); }
H1.HeaderClassName
{
color: #BDBED7;
}
.AnyTagClassName
{
color: #BDBED7;
}
</style>
background-color css
<style>
a { background-color: #BDBED7; }
a { background-color: rgb(189,190,215); }
div.DivClassName
{
background-color: #BDBED7;
}
.BgClassName
{
background-color: #BDBED7;
}
</style>
border-color css
<style>
span { border-color: #BDBED7; }
span { border-color: rgb(189,190,215); }
td.TdClassName
{
border-color: #BDBED7;
}
.TagClassName
{
border-color: #BDBED7;
}
</style>