Shades of Lavender Grey #BFBFDF
Tints of Lavender Grey #BFBFDF
RGB
CMYK
RGB Variations
Color information
#BFBFDF (or 0xBFBFDF) is known color: Lavender Grey. HEX triplet: BF, BF and DF. RGB value is (191,191,223). Sum of RGB (Red+Green+Blue) = 191+191+223=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFDF is #404020. Grayscale: #C2C2C2. Windows color (decimal): -4210721 or 14663615. OLE color: 14663615.
HSL color Cylindrical-coordinate representation of color #BFBFDF: hue angle of 240º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFBFDF is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 191 | 223 | - |
CMYK | 0.14 | 0.14 | 0 | 0.13 |
HSL | 240º | 0.33% | 0.81% | - |
HSV(B) | 240º | 0.14% | 0.87% | - |
XYZ | 53.44 | 53.67 | 77.35 | - |
YUV | 194.65 | 144 | 125.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 191 | 223 | 0.14 | 0.14 | 0 | 0.13 | 240 | 0.33 | 0.81 |
Hex | BF | BF | DF | E | E | 0 | D | F0 | 21 | 51 |
Octal | 277 | 277 | 337 | 16 | 16 | 0 | 15 | 360 | 41 | 121 |
Binary | 10111111 | 10111111 | 11011111 | 1110 | 1110 | 0 | 1101 | 11110000 | 100001 | 1010001 |
Color Harmonies of #BFBFDF
Complementary color
Monochromatic Colors of #BFBFDF
Black with #BFBFDF
Text Example
Text Example
White with #BFBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFDF; }
p { color: rgb(191,191,223); }
H1.HeaderClassName
{
color: #BFBFDF;
}
.AnyTagClassName
{
color: #BFBFDF;
}
</style>
background-color css
<style>
a { background-color: #BFBFDF; }
a { background-color: rgb(191,191,223); }
div.DivClassName
{
background-color: #BFBFDF;
}
.BgClassName
{
background-color: #BFBFDF;
}
</style>
border-color css
<style>
span { border-color: #BFBFDF; }
span { border-color: rgb(191,191,223); }
td.TdClassName
{
border-color: #BFBFDF;
}
.TagClassName
{
border-color: #BFBFDF;
}
</style>