Shades of Lavender Grey #BFBDD3
Tints of Lavender Grey #BFBDD3
RGB
CMYK
RGB Variations
Color information
#BFBDD3 (or 0xBFBDD3) is known color: Lavender Grey. HEX triplet: BF, BD and D3. RGB value is (191,189,211). Sum of RGB (Red+Green+Blue) = 191+189+211=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFBDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDD3 is #40422C. Grayscale: #C0C0C0. Windows color (decimal): -4211245 or 13876671. OLE color: 13876671.
HSL color Cylindrical-coordinate representation of color #BFBDD3: hue angle of 245.45º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFBDD3 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 189 | 211 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.17 |
| HSL | 245.45º | 0.2% | 0.78% | - |
| HSV(B) | 245.45º | 0.1% | 0.83% | - |
| XYZ | 51.44 | 52.17 | 68.99 | - |
| YUV | 192.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 211 | 0.09 | 0.10 | 0 | 0.17 | 245.45 | 0.2 | 0.78 |
| Hex | BF | BD | D3 | 9 | A | 0 | 11 | F5 | 14 | 4E |
| Octal | 277 | 275 | 323 | 11 | 12 | 0 | 21 | 365 | 24 | 116 |
| Binary | 10111111 | 10111101 | 11010011 | 1001 | 1010 | 0 | 10001 | 11110101 | 10100 | 1001110 |
Color Harmonies of #BFBDD3
Complementary color
Monochromatic Colors of #BFBDD3
Black with #BFBDD3
Text Example
Text Example
White with #BFBDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDD3; }
p { color: rgb(191,189,211); }
H1.HeaderClassName
{
color: #BFBDD3;
}
.AnyTagClassName
{
color: #BFBDD3;
}
</style>
background-color css
<style>
a { background-color: #BFBDD3; }
a { background-color: rgb(191,189,211); }
div.DivClassName
{
background-color: #BFBDD3;
}
.BgClassName
{
background-color: #BFBDD3;
}
</style>
border-color css
<style>
span { border-color: #BFBDD3; }
span { border-color: rgb(191,189,211); }
td.TdClassName
{
border-color: #BFBDD3;
}
.TagClassName
{
border-color: #BFBDD3;
}
</style>