Shades of Lavender Grey #BFBDDF
Tints of Lavender Grey #BFBDDF
RGB
CMYK
RGB Variations
Color information
#BFBDDF (or 0xBFBDDF) is known color: Lavender Grey. HEX triplet: BF, BD and DF. RGB value is (191,189,223). Sum of RGB (Red+Green+Blue) = 191+189+223=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDDF is #404220. Grayscale: #C1C1C1. Windows color (decimal): -4211233 or 14663103. OLE color: 14663103.
HSL color Cylindrical-coordinate representation of color #BFBDDF: hue angle of 243.53º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFBDDF is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 189 | 223 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.13 |
| HSL | 243.53º | 0.35% | 0.81% | - |
| HSV(B) | 243.53º | 0.15% | 0.87% | - |
| XYZ | 53 | 52.8 | 77.21 | - |
| YUV | 193.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 223 | 0.14 | 0.15 | 0 | 0.13 | 243.53 | 0.35 | 0.81 |
| Hex | BF | BD | DF | E | F | 0 | D | F4 | 23 | 51 |
| Octal | 277 | 275 | 337 | 16 | 17 | 0 | 15 | 364 | 43 | 121 |
| Binary | 10111111 | 10111101 | 11011111 | 1110 | 1111 | 0 | 1101 | 11110100 | 100011 | 1010001 |
Color Harmonies of #BFBDDF
Complementary color
Monochromatic Colors of #BFBDDF
Black with #BFBDDF
Text Example
Text Example
White with #BFBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDDF; }
p { color: rgb(191,189,223); }
H1.HeaderClassName
{
color: #BFBDDF;
}
.AnyTagClassName
{
color: #BFBDDF;
}
</style>
background-color css
<style>
a { background-color: #BFBDDF; }
a { background-color: rgb(191,189,223); }
div.DivClassName
{
background-color: #BFBDDF;
}
.BgClassName
{
background-color: #BFBDDF;
}
</style>
border-color css
<style>
span { border-color: #BFBDDF; }
span { border-color: rgb(191,189,223); }
td.TdClassName
{
border-color: #BFBDDF;
}
.TagClassName
{
border-color: #BFBDDF;
}
</style>