Shades of Lavender Grey #BCBDE4
Tints of Lavender Grey #BCBDE4
RGB
CMYK
RGB Variations
Color information
#BCBDE4 (or 0xBCBDE4) is known color: Lavender Grey. HEX triplet: BC, BD and E4. RGB value is (188,189,228). Sum of RGB (Red+Green+Blue) = 188+189+228=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCBDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDE4 is #43421B. Grayscale: #C0C0C0. Windows color (decimal): -4407836 or 14990780. OLE color: 14990780.
HSL color Cylindrical-coordinate representation of color #BCBDE4: hue angle of 238.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCBDE4 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 189 | 228 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.11 |
| HSL | 238.5º | 0.43% | 0.82% | - |
| HSV(B) | 238.5º | 0.18% | 0.89% | - |
| XYZ | 52.94 | 52.69 | 80.78 | - |
| YUV | 193.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 228 | 0.18 | 0.17 | 0 | 0.11 | 238.5 | 0.43 | 0.82 |
| Hex | BC | BD | E4 | 12 | 11 | 0 | B | EE | 2B | 52 |
| Octal | 274 | 275 | 344 | 22 | 21 | 0 | 13 | 356 | 53 | 122 |
| Binary | 10111100 | 10111101 | 11100100 | 10010 | 10001 | 0 | 1011 | 11101110 | 101011 | 1010010 |
Color Harmonies of #BCBDE4
Complementary color
Monochromatic Colors of #BCBDE4
Black with #BCBDE4
Text Example
Text Example
White with #BCBDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDE4; }
p { color: rgb(188,189,228); }
H1.HeaderClassName
{
color: #BCBDE4;
}
.AnyTagClassName
{
color: #BCBDE4;
}
</style>
background-color css
<style>
a { background-color: #BCBDE4; }
a { background-color: rgb(188,189,228); }
div.DivClassName
{
background-color: #BCBDE4;
}
.BgClassName
{
background-color: #BCBDE4;
}
</style>
border-color css
<style>
span { border-color: #BCBDE4; }
span { border-color: rgb(188,189,228); }
td.TdClassName
{
border-color: #BCBDE4;
}
.TagClassName
{
border-color: #BCBDE4;
}
</style>