Shades of Lavender Grey #BFBCD8
Tints of Lavender Grey #BFBCD8
RGB
CMYK
RGB Variations
Color information
#BFBCD8 (or 0xBFBCD8) is known color: Lavender Grey. HEX triplet: BF, BC and D8. RGB value is (191,188,216). Sum of RGB (Red+Green+Blue) = 191+188+216=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFBCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCD8 is #404327. Grayscale: #BFBFBF. Windows color (decimal): -4211496 or 14204095. OLE color: 14204095.
HSL color Cylindrical-coordinate representation of color #BFBCD8: hue angle of 246.43º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFBCD8 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 188 | 216 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.15 |
| HSL | 246.43º | 0.26% | 0.79% | - |
| HSV(B) | 246.43º | 0.13% | 0.85% | - |
| XYZ | 51.86 | 52 | 72.27 | - |
| YUV | 192.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 216 | 0.12 | 0.13 | 0 | 0.15 | 246.43 | 0.26 | 0.79 |
| Hex | BF | BC | D8 | C | D | 0 | F | F6 | 1A | 4F |
| Octal | 277 | 274 | 330 | 14 | 15 | 0 | 17 | 366 | 32 | 117 |
| Binary | 10111111 | 10111100 | 11011000 | 1100 | 1101 | 0 | 1111 | 11110110 | 11010 | 1001111 |
Color Harmonies of #BFBCD8
Complementary color
Monochromatic Colors of #BFBCD8
Black with #BFBCD8
Text Example
Text Example
White with #BFBCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCD8; }
p { color: rgb(191,188,216); }
H1.HeaderClassName
{
color: #BFBCD8;
}
.AnyTagClassName
{
color: #BFBCD8;
}
</style>
background-color css
<style>
a { background-color: #BFBCD8; }
a { background-color: rgb(191,188,216); }
div.DivClassName
{
background-color: #BFBCD8;
}
.BgClassName
{
background-color: #BFBCD8;
}
</style>
border-color css
<style>
span { border-color: #BFBCD8; }
span { border-color: rgb(191,188,216); }
td.TdClassName
{
border-color: #BFBCD8;
}
.TagClassName
{
border-color: #BFBCD8;
}
</style>