Shades of Lavender Grey #BCB7EC
Tints of Lavender Grey #BCB7EC
RGB
CMYK
RGB Variations
Color information
#BCB7EC (or 0xBCB7EC) is known color: Lavender Grey. HEX triplet: BC, B7 and EC. RGB value is (188,183,236). Sum of RGB (Red+Green+Blue) = 188+183+236=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7EC is #434813. Grayscale: #BEBEBE. Windows color (decimal): -4409364 or 15513532. OLE color: 15513532.
HSL color Cylindrical-coordinate representation of color #BCB7EC: hue angle of 245.66º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB7EC is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 183 | 236 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.07 |
| HSL | 245.66º | 0.58% | 0.82% | - |
| HSV(B) | 245.66º | 0.22% | 0.93% | - |
| XYZ | 52.81 | 50.61 | 86.34 | - |
| YUV | 190.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 236 | 0.20 | 0.22 | 0 | 0.07 | 245.66 | 0.58 | 0.82 |
| Hex | BC | B7 | EC | 14 | 16 | 0 | 7 | F6 | 3A | 52 |
| Octal | 274 | 267 | 354 | 24 | 26 | 0 | 7 | 366 | 72 | 122 |
| Binary | 10111100 | 10110111 | 11101100 | 10100 | 10110 | 0 | 111 | 11110110 | 111010 | 1010010 |
Color Harmonies of #BCB7EC
Complementary color
Monochromatic Colors of #BCB7EC
Black with #BCB7EC
Text Example
Text Example
White with #BCB7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7EC; }
p { color: rgb(188,183,236); }
H1.HeaderClassName
{
color: #BCB7EC;
}
.AnyTagClassName
{
color: #BCB7EC;
}
</style>
background-color css
<style>
a { background-color: #BCB7EC; }
a { background-color: rgb(188,183,236); }
div.DivClassName
{
background-color: #BCB7EC;
}
.BgClassName
{
background-color: #BCB7EC;
}
</style>
border-color css
<style>
span { border-color: #BCB7EC; }
span { border-color: rgb(188,183,236); }
td.TdClassName
{
border-color: #BCB7EC;
}
.TagClassName
{
border-color: #BCB7EC;
}
</style>