Shades of Lavender Grey #BDBFCF
Tints of Lavender Grey #BDBFCF
RGB
CMYK
RGB Variations
Color information
#BDBFCF (or 0xBDBFCF) is known color: Lavender Grey. HEX triplet: BD, BF and CF. RGB value is (189,191,207). Sum of RGB (Red+Green+Blue) = 189+191+207=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDBFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFCF is #424030. Grayscale: #C0C0C0. Windows color (decimal): -4341809 or 13615037. OLE color: 13615037.
HSL color Cylindrical-coordinate representation of color #BDBFCF: hue angle of 233.33º 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 #BDBFCF is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 191 | 207 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.19 |
| HSL | 233.33º | 0.16% | 0.78% | - |
| HSV(B) | 233.33º | 0.09% | 0.81% | - |
| XYZ | 50.88 | 52.59 | 66.5 | - |
| YUV | 192.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 207 | 0.09 | 0.08 | 0 | 0.19 | 233.33 | 0.16 | 0.78 |
| Hex | BD | BF | CF | 9 | 8 | 0 | 13 | E9 | 10 | 4E |
| Octal | 275 | 277 | 317 | 11 | 10 | 0 | 23 | 351 | 20 | 116 |
| Binary | 10111101 | 10111111 | 11001111 | 1001 | 1000 | 0 | 10011 | 11101001 | 10000 | 1001110 |
Color Harmonies of #BDBFCF
Complementary color
Monochromatic Colors of #BDBFCF
Black with #BDBFCF
Text Example
Text Example
White with #BDBFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFCF; }
p { color: rgb(189,191,207); }
H1.HeaderClassName
{
color: #BDBFCF;
}
.AnyTagClassName
{
color: #BDBFCF;
}
</style>
background-color css
<style>
a { background-color: #BDBFCF; }
a { background-color: rgb(189,191,207); }
div.DivClassName
{
background-color: #BDBFCF;
}
.BgClassName
{
background-color: #BDBFCF;
}
</style>
border-color css
<style>
span { border-color: #BDBFCF; }
span { border-color: rgb(189,191,207); }
td.TdClassName
{
border-color: #BDBFCF;
}
.TagClassName
{
border-color: #BDBFCF;
}
</style>