Shades of Lavender Grey #BFBDD5
Tints of Lavender Grey #BFBDD5
RGB
CMYK
RGB Variations
Color information
#BFBDD5 (or 0xBFBDD5) is known color: Lavender Grey. HEX triplet: BF, BD and D5. RGB value is (191,189,213). Sum of RGB (Red+Green+Blue) = 191+189+213=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFBDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDD5 is #40422A. Grayscale: #C0C0C0. Windows color (decimal): -4211243 or 14007743. OLE color: 14007743.
HSL color Cylindrical-coordinate representation of color #BFBDD5: hue angle of 245º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFBDD5 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 189 | 213 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.16 |
| HSL | 245º | 0.22% | 0.79% | - |
| HSV(B) | 245º | 0.11% | 0.84% | - |
| XYZ | 51.69 | 52.28 | 70.32 | - |
| YUV | 192.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 213 | 0.10 | 0.11 | 0 | 0.16 | 245 | 0.22 | 0.79 |
| Hex | BF | BD | D5 | A | B | 0 | 10 | F5 | 16 | 4F |
| Octal | 277 | 275 | 325 | 12 | 13 | 0 | 20 | 365 | 26 | 117 |
| Binary | 10111111 | 10111101 | 11010101 | 1010 | 1011 | 0 | 10000 | 11110101 | 10110 | 1001111 |
Color Harmonies of #BFBDD5
Complementary color
Monochromatic Colors of #BFBDD5
Black with #BFBDD5
Text Example
Text Example
White with #BFBDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDD5; }
p { color: rgb(191,189,213); }
H1.HeaderClassName
{
color: #BFBDD5;
}
.AnyTagClassName
{
color: #BFBDD5;
}
</style>
background-color css
<style>
a { background-color: #BFBDD5; }
a { background-color: rgb(191,189,213); }
div.DivClassName
{
background-color: #BFBDD5;
}
.BgClassName
{
background-color: #BFBDD5;
}
</style>
border-color css
<style>
span { border-color: #BFBDD5; }
span { border-color: rgb(191,189,213); }
td.TdClassName
{
border-color: #BFBDD5;
}
.TagClassName
{
border-color: #BFBDD5;
}
</style>