Shades of Lavender Grey #BCBAE2
Tints of Lavender Grey #BCBAE2
RGB
CMYK
RGB Variations
Color information
#BCBAE2 (or 0xBCBAE2) is known color: Lavender Grey. HEX triplet: BC, BA and E2. RGB value is (188,186,226). Sum of RGB (Red+Green+Blue) = 188+186+226=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCBAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAE2 is #43451D. Grayscale: #BFBFBF. Windows color (decimal): -4408606 or 14858940. OLE color: 14858940.
HSL color Cylindrical-coordinate representation of color #BCBAE2: hue angle of 243º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCBAE2 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 186 | 226 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.11 |
| HSL | 243º | 0.41% | 0.81% | - |
| HSV(B) | 243º | 0.18% | 0.89% | - |
| XYZ | 52.03 | 51.3 | 79.11 | - |
| YUV | 191.16 | 147.66 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 226 | 0.17 | 0.18 | 0 | 0.11 | 243 | 0.41 | 0.81 |
| Hex | BC | BA | E2 | 11 | 12 | 0 | B | F3 | 29 | 51 |
| Octal | 274 | 272 | 342 | 21 | 22 | 0 | 13 | 363 | 51 | 121 |
| Binary | 10111100 | 10111010 | 11100010 | 10001 | 10010 | 0 | 1011 | 11110011 | 101001 | 1010001 |
Color Harmonies of #BCBAE2
Complementary color
Monochromatic Colors of #BCBAE2
Black with #BCBAE2
Text Example
Text Example
White with #BCBAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAE2; }
p { color: rgb(188,186,226); }
H1.HeaderClassName
{
color: #BCBAE2;
}
.AnyTagClassName
{
color: #BCBAE2;
}
</style>
background-color css
<style>
a { background-color: #BCBAE2; }
a { background-color: rgb(188,186,226); }
div.DivClassName
{
background-color: #BCBAE2;
}
.BgClassName
{
background-color: #BCBAE2;
}
</style>
border-color css
<style>
span { border-color: #BCBAE2; }
span { border-color: rgb(188,186,226); }
td.TdClassName
{
border-color: #BCBAE2;
}
.TagClassName
{
border-color: #BCBAE2;
}
</style>