Shades of Lavender Grey #BFBFD3
Tints of Lavender Grey #BFBFD3
RGB
CMYK
RGB Variations
Color information
#BFBFD3 (or 0xBFBFD3) is known color: Lavender Grey. HEX triplet: BF, BF and D3. RGB value is (191,191,211). Sum of RGB (Red+Green+Blue) = 191+191+211=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFBFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFD3 is #40402C. Grayscale: #C1C1C1. Windows color (decimal): -4210733 or 13877183. OLE color: 13877183.
HSL color Cylindrical-coordinate representation of color #BFBFD3: hue angle of 240º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFBFD3 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 191 | 191 | 211 | - |
CMYK | 0.09 | 0.09 | 0 | 0.17 |
HSL | 240º | 0.19% | 0.79% | - |
HSV(B) | 240º | 0.09% | 0.83% | - |
XYZ | 51.87 | 53.04 | 69.13 | - |
YUV | 193.28 | 138 | 126.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 191 | 211 | 0.09 | 0.09 | 0 | 0.17 | 240 | 0.19 | 0.79 |
Hex | BF | BF | D3 | 9 | 9 | 0 | 11 | F0 | 13 | 4F |
Octal | 277 | 277 | 323 | 11 | 11 | 0 | 21 | 360 | 23 | 117 |
Binary | 10111111 | 10111111 | 11010011 | 1001 | 1001 | 0 | 10001 | 11110000 | 10011 | 1001111 |
Color Harmonies of #BFBFD3
Complementary color
Monochromatic Colors of #BFBFD3
Black with #BFBFD3
Text Example
Text Example
White with #BFBFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFD3; }
p { color: rgb(191,191,211); }
H1.HeaderClassName
{
color: #BFBFD3;
}
.AnyTagClassName
{
color: #BFBFD3;
}
</style>
background-color css
<style>
a { background-color: #BFBFD3; }
a { background-color: rgb(191,191,211); }
div.DivClassName
{
background-color: #BFBFD3;
}
.BgClassName
{
background-color: #BFBFD3;
}
</style>
border-color css
<style>
span { border-color: #BFBFD3; }
span { border-color: rgb(191,191,211); }
td.TdClassName
{
border-color: #BFBFD3;
}
.TagClassName
{
border-color: #BFBFD3;
}
</style>