Shades of Lavender Grey #BCBED0
Tints of Lavender Grey #BCBED0
RGB
CMYK
RGB Variations
Color information
#BCBED0 (or 0xBCBED0) is known color: Lavender Grey. HEX triplet: BC, BE and D0. RGB value is (188,190,208). Sum of RGB (Red+Green+Blue) = 188+190+208=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCBED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBED0 is #43412F. Grayscale: #BFBFBF. Windows color (decimal): -4407600 or 13680316. OLE color: 13680316.
HSL color Cylindrical-coordinate representation of color #BCBED0: hue angle of 234º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCBED0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 190 | 208 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.18 |
| HSL | 234º | 0.18% | 0.78% | - |
| HSV(B) | 234º | 0.1% | 0.82% | - |
| XYZ | 50.54 | 52.07 | 67.06 | - |
| YUV | 191.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 208 | 0.10 | 0.09 | 0 | 0.18 | 234 | 0.18 | 0.78 |
| Hex | BC | BE | D0 | A | 9 | 0 | 12 | EA | 12 | 4E |
| Octal | 274 | 276 | 320 | 12 | 11 | 0 | 22 | 352 | 22 | 116 |
| Binary | 10111100 | 10111110 | 11010000 | 1010 | 1001 | 0 | 10010 | 11101010 | 10010 | 1001110 |
Color Harmonies of #BCBED0
Complementary color
Monochromatic Colors of #BCBED0
Black with #BCBED0
Text Example
Text Example
White with #BCBED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBED0; }
p { color: rgb(188,190,208); }
H1.HeaderClassName
{
color: #BCBED0;
}
.AnyTagClassName
{
color: #BCBED0;
}
</style>
background-color css
<style>
a { background-color: #BCBED0; }
a { background-color: rgb(188,190,208); }
div.DivClassName
{
background-color: #BCBED0;
}
.BgClassName
{
background-color: #BCBED0;
}
</style>
border-color css
<style>
span { border-color: #BCBED0; }
span { border-color: rgb(188,190,208); }
td.TdClassName
{
border-color: #BCBED0;
}
.TagClassName
{
border-color: #BCBED0;
}
</style>