Shades of Lavender Grey #BCBFD6
Tints of Lavender Grey #BCBFD6
RGB
CMYK
RGB Variations
Color information
#BCBFD6 (or 0xBCBFD6) is known color: Lavender Grey. HEX triplet: BC, BF and D6. RGB value is (188,191,214). Sum of RGB (Red+Green+Blue) = 188+191+214=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCBFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFD6 is #434029. Grayscale: #C0C0C0. Windows color (decimal): -4407338 or 14073788. OLE color: 14073788.
HSL color Cylindrical-coordinate representation of color #BCBFD6: hue angle of 233.08º degrees, saturation: 0.24, 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 #BCBFD6 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 191 | 214 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.16 |
| HSL | 233.08º | 0.24% | 0.79% | - |
| HSV(B) | 233.08º | 0.12% | 0.84% | - |
| XYZ | 51.51 | 52.81 | 71.1 | - |
| YUV | 192.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 214 | 0.12 | 0.11 | 0 | 0.16 | 233.08 | 0.24 | 0.79 |
| Hex | BC | BF | D6 | C | B | 0 | 10 | E9 | 18 | 4F |
| Octal | 274 | 277 | 326 | 14 | 13 | 0 | 20 | 351 | 30 | 117 |
| Binary | 10111100 | 10111111 | 11010110 | 1100 | 1011 | 0 | 10000 | 11101001 | 11000 | 1001111 |
Color Harmonies of #BCBFD6
Complementary color
Monochromatic Colors of #BCBFD6
Black with #BCBFD6
Text Example
Text Example
White with #BCBFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFD6; }
p { color: rgb(188,191,214); }
H1.HeaderClassName
{
color: #BCBFD6;
}
.AnyTagClassName
{
color: #BCBFD6;
}
</style>
background-color css
<style>
a { background-color: #BCBFD6; }
a { background-color: rgb(188,191,214); }
div.DivClassName
{
background-color: #BCBFD6;
}
.BgClassName
{
background-color: #BCBFD6;
}
</style>
border-color css
<style>
span { border-color: #BCBFD6; }
span { border-color: rgb(188,191,214); }
td.TdClassName
{
border-color: #BCBFD6;
}
.TagClassName
{
border-color: #BCBFD6;
}
</style>