Shades of Lavender Grey #BCBFDB
Tints of Lavender Grey #BCBFDB
RGB
CMYK
RGB Variations
Color information
#BCBFDB (or 0xBCBFDB) is known color: Lavender Grey. HEX triplet: BC, BF and DB. RGB value is (188,191,219). Sum of RGB (Red+Green+Blue) = 188+191+219=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFDB is #434024. Grayscale: #C1C1C1. Windows color (decimal): -4407333 or 14401468. OLE color: 14401468.
HSL color Cylindrical-coordinate representation of color #BCBFDB: hue angle of 234.19º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCBFDB is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 191 | 219 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.14 |
| HSL | 234.19º | 0.3% | 0.8% | - |
| HSV(B) | 234.19º | 0.14% | 0.86% | - |
| XYZ | 52.16 | 53.07 | 74.51 | - |
| YUV | 193.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 219 | 0.14 | 0.13 | 0 | 0.14 | 234.19 | 0.3 | 0.8 |
| Hex | BC | BF | DB | E | D | 0 | E | EA | 1E | 50 |
| Octal | 274 | 277 | 333 | 16 | 15 | 0 | 16 | 352 | 36 | 120 |
| Binary | 10111100 | 10111111 | 11011011 | 1110 | 1101 | 0 | 1110 | 11101010 | 11110 | 1010000 |
Color Harmonies of #BCBFDB
Complementary color
Monochromatic Colors of #BCBFDB
Black with #BCBFDB
Text Example
Text Example
White with #BCBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFDB; }
p { color: rgb(188,191,219); }
H1.HeaderClassName
{
color: #BCBFDB;
}
.AnyTagClassName
{
color: #BCBFDB;
}
</style>
background-color css
<style>
a { background-color: #BCBFDB; }
a { background-color: rgb(188,191,219); }
div.DivClassName
{
background-color: #BCBFDB;
}
.BgClassName
{
background-color: #BCBFDB;
}
</style>
border-color css
<style>
span { border-color: #BCBFDB; }
span { border-color: rgb(188,191,219); }
td.TdClassName
{
border-color: #BCBFDB;
}
.TagClassName
{
border-color: #BCBFDB;
}
</style>