Shades of Lavender Grey #BDBFCC
Tints of Lavender Grey #BDBFCC
RGB
CMYK
RGB Variations
Color information
#BDBFCC (or 0xBDBFCC) is known color: Lavender Grey. HEX triplet: BD, BF and CC. RGB value is (189,191,204). Sum of RGB (Red+Green+Blue) = 189+191+204=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFCC is #424033. Grayscale: #BFBFBF. Windows color (decimal): -4341812 or 13418429. OLE color: 13418429.
HSL color Cylindrical-coordinate representation of color #BDBFCC: hue angle of 232º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDBFCC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 191 | 204 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.2 |
| HSL | 232º | 0.13% | 0.77% | - |
| HSV(B) | 232º | 0.07% | 0.8% | - |
| XYZ | 50.52 | 52.44 | 64.59 | - |
| YUV | 191.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 204 | 0.07 | 0.06 | 0 | 0.2 | 232 | 0.13 | 0.77 |
| Hex | BD | BF | CC | 7 | 6 | 0 | 14 | E8 | D | 4D |
| Octal | 275 | 277 | 314 | 7 | 6 | 0 | 24 | 350 | 15 | 115 |
| Binary | 10111101 | 10111111 | 11001100 | 111 | 110 | 0 | 10100 | 11101000 | 1101 | 1001101 |
Color Harmonies of #BDBFCC
Complementary color
Monochromatic Colors of #BDBFCC
Black with #BDBFCC
Text Example
Text Example
White with #BDBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFCC; }
p { color: rgb(189,191,204); }
H1.HeaderClassName
{
color: #BDBFCC;
}
.AnyTagClassName
{
color: #BDBFCC;
}
</style>
background-color css
<style>
a { background-color: #BDBFCC; }
a { background-color: rgb(189,191,204); }
div.DivClassName
{
background-color: #BDBFCC;
}
.BgClassName
{
background-color: #BDBFCC;
}
</style>
border-color css
<style>
span { border-color: #BDBFCC; }
span { border-color: rgb(189,191,204); }
td.TdClassName
{
border-color: #BDBFCC;
}
.TagClassName
{
border-color: #BDBFCC;
}
</style>