Shades of Lavender Grey #BDBFCE
Tints of Lavender Grey #BDBFCE
RGB
CMYK
RGB Variations
Color information
#BDBFCE (or 0xBDBFCE) is known color: Lavender Grey. HEX triplet: BD, BF and CE. RGB value is (189,191,206). Sum of RGB (Red+Green+Blue) = 189+191+206=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDBFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFCE is #424031. Grayscale: #C0C0C0. Windows color (decimal): -4341810 or 13549501. OLE color: 13549501.
HSL color Cylindrical-coordinate representation of color #BDBFCE: hue angle of 232.94º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDBFCE is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 191 | 206 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.19 |
| HSL | 232.94º | 0.15% | 0.77% | - |
| HSV(B) | 232.94º | 0.08% | 0.81% | - |
| XYZ | 50.76 | 52.54 | 65.86 | - |
| YUV | 192.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 206 | 0.08 | 0.07 | 0 | 0.19 | 232.94 | 0.15 | 0.77 |
| Hex | BD | BF | CE | 8 | 7 | 0 | 13 | E9 | F | 4D |
| Octal | 275 | 277 | 316 | 10 | 7 | 0 | 23 | 351 | 17 | 115 |
| Binary | 10111101 | 10111111 | 11001110 | 1000 | 111 | 0 | 10011 | 11101001 | 1111 | 1001101 |
Color Harmonies of #BDBFCE
Complementary color
Monochromatic Colors of #BDBFCE
Black with #BDBFCE
Text Example
Text Example
White with #BDBFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFCE; }
p { color: rgb(189,191,206); }
H1.HeaderClassName
{
color: #BDBFCE;
}
.AnyTagClassName
{
color: #BDBFCE;
}
</style>
background-color css
<style>
a { background-color: #BDBFCE; }
a { background-color: rgb(189,191,206); }
div.DivClassName
{
background-color: #BDBFCE;
}
.BgClassName
{
background-color: #BDBFCE;
}
</style>
border-color css
<style>
span { border-color: #BDBFCE; }
span { border-color: rgb(189,191,206); }
td.TdClassName
{
border-color: #BDBFCE;
}
.TagClassName
{
border-color: #BDBFCE;
}
</style>