Shades of Lavender Grey #BFBCDA
Tints of Lavender Grey #BFBCDA
RGB
CMYK
RGB Variations
Color information
#BFBCDA (or 0xBFBCDA) is known color: Lavender Grey. HEX triplet: BF, BC and DA. RGB value is (191,188,218). Sum of RGB (Red+Green+Blue) = 191+188+218=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCDA is #404325. Grayscale: #C0C0C0. Windows color (decimal): -4211494 or 14335167. OLE color: 14335167.
HSL color Cylindrical-coordinate representation of color #BFBCDA: hue angle of 246º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFBCDA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 188 | 218 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.15 |
| HSL | 246º | 0.29% | 0.8% | - |
| HSV(B) | 246º | 0.14% | 0.85% | - |
| XYZ | 52.12 | 52.1 | 73.64 | - |
| YUV | 192.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 218 | 0.12 | 0.14 | 0 | 0.15 | 246 | 0.29 | 0.8 |
| Hex | BF | BC | DA | C | E | 0 | F | F6 | 1D | 50 |
| Octal | 277 | 274 | 332 | 14 | 16 | 0 | 17 | 366 | 35 | 120 |
| Binary | 10111111 | 10111100 | 11011010 | 1100 | 1110 | 0 | 1111 | 11110110 | 11101 | 1010000 |
Color Harmonies of #BFBCDA
Complementary color
Monochromatic Colors of #BFBCDA
Black with #BFBCDA
Text Example
Text Example
White with #BFBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCDA; }
p { color: rgb(191,188,218); }
H1.HeaderClassName
{
color: #BFBCDA;
}
.AnyTagClassName
{
color: #BFBCDA;
}
</style>
background-color css
<style>
a { background-color: #BFBCDA; }
a { background-color: rgb(191,188,218); }
div.DivClassName
{
background-color: #BFBCDA;
}
.BgClassName
{
background-color: #BFBCDA;
}
</style>
border-color css
<style>
span { border-color: #BFBCDA; }
span { border-color: rgb(191,188,218); }
td.TdClassName
{
border-color: #BFBCDA;
}
.TagClassName
{
border-color: #BFBCDA;
}
</style>