Shades of Lavender Grey #BFBDD4
Tints of Lavender Grey #BFBDD4
RGB
CMYK
RGB Variations
Color information
#BFBDD4 (or 0xBFBDD4) is known color: Lavender Grey. HEX triplet: BF, BD and D4. RGB value is (191,189,212). Sum of RGB (Red+Green+Blue) = 191+189+212=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFBDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDD4 is #40422B. Grayscale: #C0C0C0. Windows color (decimal): -4211244 or 13942207. OLE color: 13942207.
HSL color Cylindrical-coordinate representation of color #BFBDD4: hue angle of 245.22º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFBDD4 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 189 | 212 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.17 |
| HSL | 245.22º | 0.21% | 0.79% | - |
| HSV(B) | 245.22º | 0.11% | 0.83% | - |
| XYZ | 51.57 | 52.23 | 69.65 | - |
| YUV | 192.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 212 | 0.10 | 0.11 | 0 | 0.17 | 245.22 | 0.21 | 0.79 |
| Hex | BF | BD | D4 | A | B | 0 | 11 | F5 | 15 | 4F |
| Octal | 277 | 275 | 324 | 12 | 13 | 0 | 21 | 365 | 25 | 117 |
| Binary | 10111111 | 10111101 | 11010100 | 1010 | 1011 | 0 | 10001 | 11110101 | 10101 | 1001111 |
Color Harmonies of #BFBDD4
Complementary color
Monochromatic Colors of #BFBDD4
Black with #BFBDD4
Text Example
Text Example
White with #BFBDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDD4; }
p { color: rgb(191,189,212); }
H1.HeaderClassName
{
color: #BFBDD4;
}
.AnyTagClassName
{
color: #BFBDD4;
}
</style>
background-color css
<style>
a { background-color: #BFBDD4; }
a { background-color: rgb(191,189,212); }
div.DivClassName
{
background-color: #BFBDD4;
}
.BgClassName
{
background-color: #BFBDD4;
}
</style>
border-color css
<style>
span { border-color: #BFBDD4; }
span { border-color: rgb(191,189,212); }
td.TdClassName
{
border-color: #BFBDD4;
}
.TagClassName
{
border-color: #BFBDD4;
}
</style>