Shades of Lavender Grey #BCBCD5
Tints of Lavender Grey #BCBCD5
RGB
CMYK
RGB Variations
Color information
#BCBCD5 (or 0xBCBCD5) is known color: Lavender Grey. HEX triplet: BC, BC and D5. RGB value is (188,188,213). Sum of RGB (Red+Green+Blue) = 188+188+213=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCBCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCD5 is #43432A. Grayscale: #BEBEBE. Windows color (decimal): -4408107 or 14007484. OLE color: 14007484.
HSL color Cylindrical-coordinate representation of color #BCBCD5: hue angle of 240º 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 #BCBCD5 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 188 | 213 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.16 |
| HSL | 240º | 0.23% | 0.79% | - |
| HSV(B) | 240º | 0.12% | 0.84% | - |
| XYZ | 50.73 | 51.46 | 70.21 | - |
| YUV | 190.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 213 | 0.12 | 0.12 | 0 | 0.16 | 240 | 0.23 | 0.79 |
| Hex | BC | BC | D5 | C | C | 0 | 10 | F0 | 17 | 4F |
| Octal | 274 | 274 | 325 | 14 | 14 | 0 | 20 | 360 | 27 | 117 |
| Binary | 10111100 | 10111100 | 11010101 | 1100 | 1100 | 0 | 10000 | 11110000 | 10111 | 1001111 |
Color Harmonies of #BCBCD5
Complementary color
Monochromatic Colors of #BCBCD5
Black with #BCBCD5
Text Example
Text Example
White with #BCBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCD5; }
p { color: rgb(188,188,213); }
H1.HeaderClassName
{
color: #BCBCD5;
}
.AnyTagClassName
{
color: #BCBCD5;
}
</style>
background-color css
<style>
a { background-color: #BCBCD5; }
a { background-color: rgb(188,188,213); }
div.DivClassName
{
background-color: #BCBCD5;
}
.BgClassName
{
background-color: #BCBCD5;
}
</style>
border-color css
<style>
span { border-color: #BCBCD5; }
span { border-color: rgb(188,188,213); }
td.TdClassName
{
border-color: #BCBCD5;
}
.TagClassName
{
border-color: #BCBCD5;
}
</style>