Shades of Lavender Grey #BCBFCD
Tints of Lavender Grey #BCBFCD
RGB
CMYK
RGB Variations
Color information
#BCBFCD (or 0xBCBFCD) is known color: Lavender Grey. HEX triplet: BC, BF and CD. RGB value is (188,191,205). Sum of RGB (Red+Green+Blue) = 188+191+205=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCBFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFCD is #434032. Grayscale: #BFBFBF. Windows color (decimal): -4407347 or 13483964. OLE color: 13483964.
HSL color Cylindrical-coordinate representation of color #BCBFCD: hue angle of 229.41º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCBFCD is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 191 | 205 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.20 |
| HSL | 229.41º | 0.15% | 0.77% | - |
| HSV(B) | 229.41º | 0.08% | 0.8% | - |
| XYZ | 50.39 | 52.36 | 65.21 | - |
| YUV | 191.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 205 | 0.08 | 0.07 | 0 | 0.20 | 229.41 | 0.15 | 0.77 |
| Hex | BC | BF | CD | 8 | 7 | 0 | 14 | E5 | F | 4D |
| Octal | 274 | 277 | 315 | 10 | 7 | 0 | 24 | 345 | 17 | 115 |
| Binary | 10111100 | 10111111 | 11001101 | 1000 | 111 | 0 | 10100 | 11100101 | 1111 | 1001101 |
Color Harmonies of #BCBFCD
Complementary color
Monochromatic Colors of #BCBFCD
Black with #BCBFCD
Text Example
Text Example
White with #BCBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFCD; }
p { color: rgb(188,191,205); }
H1.HeaderClassName
{
color: #BCBFCD;
}
.AnyTagClassName
{
color: #BCBFCD;
}
</style>
background-color css
<style>
a { background-color: #BCBFCD; }
a { background-color: rgb(188,191,205); }
div.DivClassName
{
background-color: #BCBFCD;
}
.BgClassName
{
background-color: #BCBFCD;
}
</style>
border-color css
<style>
span { border-color: #BCBFCD; }
span { border-color: rgb(188,191,205); }
td.TdClassName
{
border-color: #BCBFCD;
}
.TagClassName
{
border-color: #BCBFCD;
}
</style>