Shades of Lavender Grey #BCBED3
Tints of Lavender Grey #BCBED3
RGB
CMYK
RGB Variations
Color information
#BCBED3 (or 0xBCBED3) is known color: Lavender Grey. HEX triplet: BC, BE and D3. RGB value is (188,190,211). Sum of RGB (Red+Green+Blue) = 188+190+211=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCBED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBED3 is #43412C. Grayscale: #BFBFBF. Windows color (decimal): -4407597 or 13876924. OLE color: 13876924.
HSL color Cylindrical-coordinate representation of color #BCBED3: hue angle of 234.78º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCBED3 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 190 | 211 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.17 |
| HSL | 234.78º | 0.21% | 0.78% | - |
| HSV(B) | 234.78º | 0.11% | 0.83% | - |
| XYZ | 50.91 | 52.22 | 69.02 | - |
| YUV | 191.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 211 | 0.11 | 0.10 | 0 | 0.17 | 234.78 | 0.21 | 0.78 |
| Hex | BC | BE | D3 | B | A | 0 | 11 | EB | 15 | 4E |
| Octal | 274 | 276 | 323 | 13 | 12 | 0 | 21 | 353 | 25 | 116 |
| Binary | 10111100 | 10111110 | 11010011 | 1011 | 1010 | 0 | 10001 | 11101011 | 10101 | 1001110 |
Color Harmonies of #BCBED3
Complementary color
Monochromatic Colors of #BCBED3
Black with #BCBED3
Text Example
Text Example
White with #BCBED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBED3; }
p { color: rgb(188,190,211); }
H1.HeaderClassName
{
color: #BCBED3;
}
.AnyTagClassName
{
color: #BCBED3;
}
</style>
background-color css
<style>
a { background-color: #BCBED3; }
a { background-color: rgb(188,190,211); }
div.DivClassName
{
background-color: #BCBED3;
}
.BgClassName
{
background-color: #BCBED3;
}
</style>
border-color css
<style>
span { border-color: #BCBED3; }
span { border-color: rgb(188,190,211); }
td.TdClassName
{
border-color: #BCBED3;
}
.TagClassName
{
border-color: #BCBED3;
}
</style>