Shades of Lavender Grey #BCBFD7
Tints of Lavender Grey #BCBFD7
RGB
CMYK
RGB Variations
Color information
#BCBFD7 (or 0xBCBFD7) is known color: Lavender Grey. HEX triplet: BC, BF and D7. RGB value is (188,191,215). Sum of RGB (Red+Green+Blue) = 188+191+215=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCBFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFD7 is #434028. Grayscale: #C0C0C0. Windows color (decimal): -4407337 or 14139324. OLE color: 14139324.
HSL color Cylindrical-coordinate representation of color #BCBFD7: hue angle of 233.33º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCBFD7 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 191 | 215 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.16 |
| HSL | 233.33º | 0.25% | 0.79% | - |
| HSV(B) | 233.33º | 0.13% | 0.84% | - |
| XYZ | 51.64 | 52.86 | 71.77 | - |
| YUV | 192.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 215 | 0.13 | 0.11 | 0 | 0.16 | 233.33 | 0.25 | 0.79 |
| Hex | BC | BF | D7 | D | B | 0 | 10 | E9 | 19 | 4F |
| Octal | 274 | 277 | 327 | 15 | 13 | 0 | 20 | 351 | 31 | 117 |
| Binary | 10111100 | 10111111 | 11010111 | 1101 | 1011 | 0 | 10000 | 11101001 | 11001 | 1001111 |
Color Harmonies of #BCBFD7
Complementary color
Monochromatic Colors of #BCBFD7
Black with #BCBFD7
Text Example
Text Example
White with #BCBFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFD7; }
p { color: rgb(188,191,215); }
H1.HeaderClassName
{
color: #BCBFD7;
}
.AnyTagClassName
{
color: #BCBFD7;
}
</style>
background-color css
<style>
a { background-color: #BCBFD7; }
a { background-color: rgb(188,191,215); }
div.DivClassName
{
background-color: #BCBFD7;
}
.BgClassName
{
background-color: #BCBFD7;
}
</style>
border-color css
<style>
span { border-color: #BCBFD7; }
span { border-color: rgb(188,191,215); }
td.TdClassName
{
border-color: #BCBFD7;
}
.TagClassName
{
border-color: #BCBFD7;
}
</style>