Shades of Lavender Grey #BFBCD4
Tints of Lavender Grey #BFBCD4
RGB
CMYK
RGB Variations
Color information
#BFBCD4 (or 0xBFBCD4) is known color: Lavender Grey. HEX triplet: BF, BC and D4. RGB value is (191,188,212). Sum of RGB (Red+Green+Blue) = 191+188+212=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFBCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCD4 is #40432B. Grayscale: #BFBFBF. Windows color (decimal): -4211500 or 13941951. OLE color: 13941951.
HSL color Cylindrical-coordinate representation of color #BFBCD4: hue angle of 247.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFBCD4 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 188 | 212 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.17 |
| HSL | 247.5º | 0.22% | 0.78% | - |
| HSV(B) | 247.5º | 0.11% | 0.83% | - |
| XYZ | 51.35 | 51.8 | 69.58 | - |
| YUV | 191.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 212 | 0.10 | 0.11 | 0 | 0.17 | 247.5 | 0.22 | 0.78 |
| Hex | BF | BC | D4 | A | B | 0 | 11 | F8 | 16 | 4E |
| Octal | 277 | 274 | 324 | 12 | 13 | 0 | 21 | 370 | 26 | 116 |
| Binary | 10111111 | 10111100 | 11010100 | 1010 | 1011 | 0 | 10001 | 11111000 | 10110 | 1001110 |
Color Harmonies of #BFBCD4
Complementary color
Monochromatic Colors of #BFBCD4
Black with #BFBCD4
Text Example
Text Example
White with #BFBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCD4; }
p { color: rgb(191,188,212); }
H1.HeaderClassName
{
color: #BFBCD4;
}
.AnyTagClassName
{
color: #BFBCD4;
}
</style>
background-color css
<style>
a { background-color: #BFBCD4; }
a { background-color: rgb(191,188,212); }
div.DivClassName
{
background-color: #BFBCD4;
}
.BgClassName
{
background-color: #BFBCD4;
}
</style>
border-color css
<style>
span { border-color: #BFBCD4; }
span { border-color: rgb(191,188,212); }
td.TdClassName
{
border-color: #BFBCD4;
}
.TagClassName
{
border-color: #BFBCD4;
}
</style>