Shades of Lavender Grey #BCBAE5
Tints of Lavender Grey #BCBAE5
RGB
CMYK
RGB Variations
Color information
#BCBAE5 (or 0xBCBAE5) is known color: Lavender Grey. HEX triplet: BC, BA and E5. RGB value is (188,186,229). Sum of RGB (Red+Green+Blue) = 188+186+229=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCBAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAE5 is #43451A. Grayscale: #BFBFBF. Windows color (decimal): -4408603 or 15055548. OLE color: 15055548.
HSL color Cylindrical-coordinate representation of color #BCBAE5: hue angle of 242.79º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCBAE5 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 186 | 229 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.10 |
| HSL | 242.79º | 0.45% | 0.81% | - |
| HSV(B) | 242.79º | 0.19% | 0.9% | - |
| XYZ | 52.44 | 51.47 | 81.3 | - |
| YUV | 191.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 229 | 0.18 | 0.19 | 0 | 0.10 | 242.79 | 0.45 | 0.81 |
| Hex | BC | BA | E5 | 12 | 13 | 0 | A | F3 | 2D | 51 |
| Octal | 274 | 272 | 345 | 22 | 23 | 0 | 12 | 363 | 55 | 121 |
| Binary | 10111100 | 10111010 | 11100101 | 10010 | 10011 | 0 | 1010 | 11110011 | 101101 | 1010001 |
Color Harmonies of #BCBAE5
Complementary color
Monochromatic Colors of #BCBAE5
Black with #BCBAE5
Text Example
Text Example
White with #BCBAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAE5; }
p { color: rgb(188,186,229); }
H1.HeaderClassName
{
color: #BCBAE5;
}
.AnyTagClassName
{
color: #BCBAE5;
}
</style>
background-color css
<style>
a { background-color: #BCBAE5; }
a { background-color: rgb(188,186,229); }
div.DivClassName
{
background-color: #BCBAE5;
}
.BgClassName
{
background-color: #BCBAE5;
}
</style>
border-color css
<style>
span { border-color: #BCBAE5; }
span { border-color: rgb(188,186,229); }
td.TdClassName
{
border-color: #BCBAE5;
}
.TagClassName
{
border-color: #BCBAE5;
}
</style>