Shades of Lavender Grey #BFBFD4
Tints of Lavender Grey #BFBFD4
RGB
CMYK
RGB Variations
Color information
#BFBFD4 (or 0xBFBFD4) is known color: Lavender Grey. HEX triplet: BF, BF and D4. RGB value is (191,191,212). Sum of RGB (Red+Green+Blue) = 191+191+212=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFBFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFD4 is #40402B. Grayscale: #C1C1C1. Windows color (decimal): -4210732 or 13942719. OLE color: 13942719.
HSL color Cylindrical-coordinate representation of color #BFBFD4: hue angle of 240º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFBFD4 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 191 | 212 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.17 |
| HSL | 240º | 0.2% | 0.79% | - |
| HSV(B) | 240º | 0.1% | 0.83% | - |
| XYZ | 52 | 53.09 | 69.79 | - |
| YUV | 193.39 | 138.5 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 191 | 212 | 0.10 | 0.10 | 0 | 0.17 | 240 | 0.2 | 0.79 |
| Hex | BF | BF | D4 | A | A | 0 | 11 | F0 | 14 | 4F |
| Octal | 277 | 277 | 324 | 12 | 12 | 0 | 21 | 360 | 24 | 117 |
| Binary | 10111111 | 10111111 | 11010100 | 1010 | 1010 | 0 | 10001 | 11110000 | 10100 | 1001111 |
Color Harmonies of #BFBFD4
Complementary color
Monochromatic Colors of #BFBFD4
Black with #BFBFD4
Text Example
Text Example
White with #BFBFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBFD4; }
p { color: rgb(191,191,212); }
H1.HeaderClassName
{
color: #BFBFD4;
}
.AnyTagClassName
{
color: #BFBFD4;
}
</style>
background-color css
<style>
a { background-color: #BFBFD4; }
a { background-color: rgb(191,191,212); }
div.DivClassName
{
background-color: #BFBFD4;
}
.BgClassName
{
background-color: #BFBFD4;
}
</style>
border-color css
<style>
span { border-color: #BFBFD4; }
span { border-color: rgb(191,191,212); }
td.TdClassName
{
border-color: #BFBFD4;
}
.TagClassName
{
border-color: #BFBFD4;
}
</style>