Shades of Lavender Grey #BCB7ED
Tints of Lavender Grey #BCB7ED
RGB
CMYK
RGB Variations
Color information
#BCB7ED (or 0xBCB7ED) is known color: Lavender Grey. HEX triplet: BC, B7 and ED. RGB value is (188,183,237). Sum of RGB (Red+Green+Blue) = 188+183+237=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7ED is #434812. Grayscale: #BEBEBE. Windows color (decimal): -4409363 or 15579068. OLE color: 15579068.
HSL color Cylindrical-coordinate representation of color #BCB7ED: hue angle of 245.56º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCB7ED is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 183 | 237 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.07 |
| HSL | 245.56º | 0.6% | 0.82% | - |
| HSV(B) | 245.56º | 0.23% | 0.93% | - |
| XYZ | 52.96 | 50.67 | 87.11 | - |
| YUV | 190.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 237 | 0.21 | 0.23 | 0 | 0.07 | 245.56 | 0.6 | 0.82 |
| Hex | BC | B7 | ED | 15 | 17 | 0 | 7 | F6 | 3C | 52 |
| Octal | 274 | 267 | 355 | 25 | 27 | 0 | 7 | 366 | 74 | 122 |
| Binary | 10111100 | 10110111 | 11101101 | 10101 | 10111 | 0 | 111 | 11110110 | 111100 | 1010010 |
Color Harmonies of #BCB7ED
Complementary color
Monochromatic Colors of #BCB7ED
Black with #BCB7ED
Text Example
Text Example
White with #BCB7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7ED; }
p { color: rgb(188,183,237); }
H1.HeaderClassName
{
color: #BCB7ED;
}
.AnyTagClassName
{
color: #BCB7ED;
}
</style>
background-color css
<style>
a { background-color: #BCB7ED; }
a { background-color: rgb(188,183,237); }
div.DivClassName
{
background-color: #BCB7ED;
}
.BgClassName
{
background-color: #BCB7ED;
}
</style>
border-color css
<style>
span { border-color: #BCB7ED; }
span { border-color: rgb(188,183,237); }
td.TdClassName
{
border-color: #BCB7ED;
}
.TagClassName
{
border-color: #BCB7ED;
}
</style>