Shades of Lavender Grey #BCBFDC
Tints of Lavender Grey #BCBFDC
RGB
CMYK
RGB Variations
Color information
#BCBFDC (or 0xBCBFDC) is known color: Lavender Grey. HEX triplet: BC, BF and DC. RGB value is (188,191,220). Sum of RGB (Red+Green+Blue) = 188+191+220=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFDC is #434023. Grayscale: #C1C1C1. Windows color (decimal): -4407332 or 14467004. OLE color: 14467004.
HSL color Cylindrical-coordinate representation of color #BCBFDC: hue angle of 234.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCBFDC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 191 | 220 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.14 |
| HSL | 234.38º | 0.31% | 0.8% | - |
| HSV(B) | 234.38º | 0.15% | 0.86% | - |
| XYZ | 52.29 | 53.12 | 75.21 | - |
| YUV | 193.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 220 | 0.15 | 0.13 | 0 | 0.14 | 234.38 | 0.31 | 0.8 |
| Hex | BC | BF | DC | F | D | 0 | E | EA | 1F | 50 |
| Octal | 274 | 277 | 334 | 17 | 15 | 0 | 16 | 352 | 37 | 120 |
| Binary | 10111100 | 10111111 | 11011100 | 1111 | 1101 | 0 | 1110 | 11101010 | 11111 | 1010000 |
Color Harmonies of #BCBFDC
Complementary color
Monochromatic Colors of #BCBFDC
Black with #BCBFDC
Text Example
Text Example
White with #BCBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFDC; }
p { color: rgb(188,191,220); }
H1.HeaderClassName
{
color: #BCBFDC;
}
.AnyTagClassName
{
color: #BCBFDC;
}
</style>
background-color css
<style>
a { background-color: #BCBFDC; }
a { background-color: rgb(188,191,220); }
div.DivClassName
{
background-color: #BCBFDC;
}
.BgClassName
{
background-color: #BCBFDC;
}
</style>
border-color css
<style>
span { border-color: #BCBFDC; }
span { border-color: rgb(188,191,220); }
td.TdClassName
{
border-color: #BCBFDC;
}
.TagClassName
{
border-color: #BCBFDC;
}
</style>