Shades of Lavender Grey #BCBFD5
Tints of Lavender Grey #BCBFD5
RGB
CMYK
RGB Variations
Color information
#BCBFD5 (or 0xBCBFD5) is known color: Lavender Grey. HEX triplet: BC, BF and D5. RGB value is (188,191,213). Sum of RGB (Red+Green+Blue) = 188+191+213=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCBFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFD5 is #43402A. Grayscale: #C0C0C0. Windows color (decimal): -4407339 or 14008252. OLE color: 14008252.
HSL color Cylindrical-coordinate representation of color #BCBFD5: hue angle of 232.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCBFD5 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 191 | 213 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.16 |
| HSL | 232.8º | 0.23% | 0.79% | - |
| HSV(B) | 232.8º | 0.12% | 0.84% | - |
| XYZ | 51.38 | 52.76 | 70.43 | - |
| YUV | 192.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 213 | 0.12 | 0.10 | 0 | 0.16 | 232.8 | 0.23 | 0.79 |
| Hex | BC | BF | D5 | C | A | 0 | 10 | E9 | 17 | 4F |
| Octal | 274 | 277 | 325 | 14 | 12 | 0 | 20 | 351 | 27 | 117 |
| Binary | 10111100 | 10111111 | 11010101 | 1100 | 1010 | 0 | 10000 | 11101001 | 10111 | 1001111 |
Color Harmonies of #BCBFD5
Complementary color
Monochromatic Colors of #BCBFD5
Black with #BCBFD5
Text Example
Text Example
White with #BCBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFD5; }
p { color: rgb(188,191,213); }
H1.HeaderClassName
{
color: #BCBFD5;
}
.AnyTagClassName
{
color: #BCBFD5;
}
</style>
background-color css
<style>
a { background-color: #BCBFD5; }
a { background-color: rgb(188,191,213); }
div.DivClassName
{
background-color: #BCBFD5;
}
.BgClassName
{
background-color: #BCBFD5;
}
</style>
border-color css
<style>
span { border-color: #BCBFD5; }
span { border-color: rgb(188,191,213); }
td.TdClassName
{
border-color: #BCBFD5;
}
.TagClassName
{
border-color: #BCBFD5;
}
</style>