Shades of Lavender Grey #BDBDCF
Tints of Lavender Grey #BDBDCF
RGB
CMYK
RGB Variations
Color information
#BDBDCF (or 0xBDBDCF) is known color: Lavender Grey. HEX triplet: BD, BD and CF. RGB value is (189,189,207). Sum of RGB (Red+Green+Blue) = 189+189+207=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDCF is #424230. Grayscale: #BEBEBE. Windows color (decimal): -4342321 or 13614525. OLE color: 13614525.
HSL color Cylindrical-coordinate representation of color #BDBDCF: hue angle of 240º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDBDCF is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 189 | 207 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.19 |
| HSL | 240º | 0.16% | 0.78% | - |
| HSV(B) | 240º | 0.09% | 0.81% | - |
| XYZ | 50.45 | 51.72 | 66.36 | - |
| YUV | 191.05 | 137 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 207 | 0.09 | 0.09 | 0 | 0.19 | 240 | 0.16 | 0.78 |
| Hex | BD | BD | CF | 9 | 9 | 0 | 13 | F0 | 10 | 4E |
| Octal | 275 | 275 | 317 | 11 | 11 | 0 | 23 | 360 | 20 | 116 |
| Binary | 10111101 | 10111101 | 11001111 | 1001 | 1001 | 0 | 10011 | 11110000 | 10000 | 1001110 |
Color Harmonies of #BDBDCF
Complementary color
Monochromatic Colors of #BDBDCF
Black with #BDBDCF
Text Example
Text Example
White with #BDBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBDCF; }
p { color: rgb(189,189,207); }
H1.HeaderClassName
{
color: #BDBDCF;
}
.AnyTagClassName
{
color: #BDBDCF;
}
</style>
background-color css
<style>
a { background-color: #BDBDCF; }
a { background-color: rgb(189,189,207); }
div.DivClassName
{
background-color: #BDBDCF;
}
.BgClassName
{
background-color: #BDBDCF;
}
</style>
border-color css
<style>
span { border-color: #BDBDCF; }
span { border-color: rgb(189,189,207); }
td.TdClassName
{
border-color: #BDBDCF;
}
.TagClassName
{
border-color: #BDBDCF;
}
</style>