Shades of Lavender Grey #BCBDE5
Tints of Lavender Grey #BCBDE5
RGB
CMYK
RGB Variations
Color information
#BCBDE5 (or 0xBCBDE5) is known color: Lavender Grey. HEX triplet: BC, BD and E5. RGB value is (188,189,229). Sum of RGB (Red+Green+Blue) = 188+189+229=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCBDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDE5 is #43421A. Grayscale: #C1C1C1. Windows color (decimal): -4407835 or 15056316. OLE color: 15056316.
HSL color Cylindrical-coordinate representation of color #BCBDE5: hue angle of 238.54º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCBDE5 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 189 | 229 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.10 |
| HSL | 238.54º | 0.44% | 0.82% | - |
| HSV(B) | 238.54º | 0.18% | 0.9% | - |
| XYZ | 53.08 | 52.74 | 81.51 | - |
| YUV | 193.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 229 | 0.18 | 0.17 | 0 | 0.10 | 238.54 | 0.44 | 0.82 |
| Hex | BC | BD | E5 | 12 | 11 | 0 | A | EF | 2C | 52 |
| Octal | 274 | 275 | 345 | 22 | 21 | 0 | 12 | 357 | 54 | 122 |
| Binary | 10111100 | 10111101 | 11100101 | 10010 | 10001 | 0 | 1010 | 11101111 | 101100 | 1010010 |
Color Harmonies of #BCBDE5
Complementary color
Monochromatic Colors of #BCBDE5
Black with #BCBDE5
Text Example
Text Example
White with #BCBDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDE5; }
p { color: rgb(188,189,229); }
H1.HeaderClassName
{
color: #BCBDE5;
}
.AnyTagClassName
{
color: #BCBDE5;
}
</style>
background-color css
<style>
a { background-color: #BCBDE5; }
a { background-color: rgb(188,189,229); }
div.DivClassName
{
background-color: #BCBDE5;
}
.BgClassName
{
background-color: #BCBDE5;
}
</style>
border-color css
<style>
span { border-color: #BCBDE5; }
span { border-color: rgb(188,189,229); }
td.TdClassName
{
border-color: #BCBDE5;
}
.TagClassName
{
border-color: #BCBDE5;
}
</style>