Shades of Lavender Grey #BDBFDF
Tints of Lavender Grey #BDBFDF
RGB
CMYK
RGB Variations
Color information
#BDBFDF (or 0xBDBFDF) is known color: Lavender Grey. HEX triplet: BD, BF and DF. RGB value is (189,191,223). Sum of RGB (Red+Green+Blue) = 189+191+223=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFDF is #424020. Grayscale: #C1C1C1. Windows color (decimal): -4341793 or 14663613. OLE color: 14663613.
HSL color Cylindrical-coordinate representation of color #BDBFDF: hue angle of 236.47º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDBFDF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 191 | 223 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.13 |
| HSL | 236.47º | 0.35% | 0.81% | - |
| HSV(B) | 236.47º | 0.15% | 0.87% | - |
| XYZ | 52.94 | 53.41 | 77.33 | - |
| YUV | 194.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 223 | 0.15 | 0.14 | 0 | 0.13 | 236.47 | 0.35 | 0.81 |
| Hex | BD | BF | DF | F | E | 0 | D | EC | 23 | 51 |
| Octal | 275 | 277 | 337 | 17 | 16 | 0 | 15 | 354 | 43 | 121 |
| Binary | 10111101 | 10111111 | 11011111 | 1111 | 1110 | 0 | 1101 | 11101100 | 100011 | 1010001 |
Color Harmonies of #BDBFDF
Complementary color
Monochromatic Colors of #BDBFDF
Black with #BDBFDF
Text Example
Text Example
White with #BDBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFDF; }
p { color: rgb(189,191,223); }
H1.HeaderClassName
{
color: #BDBFDF;
}
.AnyTagClassName
{
color: #BDBFDF;
}
</style>
background-color css
<style>
a { background-color: #BDBFDF; }
a { background-color: rgb(189,191,223); }
div.DivClassName
{
background-color: #BDBFDF;
}
.BgClassName
{
background-color: #BDBFDF;
}
</style>
border-color css
<style>
span { border-color: #BDBFDF; }
span { border-color: rgb(189,191,223); }
td.TdClassName
{
border-color: #BDBFDF;
}
.TagClassName
{
border-color: #BDBFDF;
}
</style>