Shades of Lavender Grey #BCB7EE
Tints of Lavender Grey #BCB7EE
RGB
CMYK
RGB Variations
Color information
#BCB7EE (or 0xBCB7EE) is known color: Lavender Grey. HEX triplet: BC, B7 and EE. RGB value is (188,183,238). Sum of RGB (Red+Green+Blue) = 188+183+238=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7EE is #434811. Grayscale: #BEBEBE. Windows color (decimal): -4409362 or 15644604. OLE color: 15644604.
HSL color Cylindrical-coordinate representation of color #BCB7EE: hue angle of 245.45º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCB7EE is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 183 | 238 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.07 |
| HSL | 245.45º | 0.62% | 0.83% | - |
| HSV(B) | 245.45º | 0.23% | 0.93% | - |
| XYZ | 53.11 | 50.73 | 87.88 | - |
| YUV | 190.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 238 | 0.21 | 0.23 | 0 | 0.07 | 245.45 | 0.62 | 0.83 |
| Hex | BC | B7 | EE | 15 | 17 | 0 | 7 | F5 | 3E | 53 |
| Octal | 274 | 267 | 356 | 25 | 27 | 0 | 7 | 365 | 76 | 123 |
| Binary | 10111100 | 10110111 | 11101110 | 10101 | 10111 | 0 | 111 | 11110101 | 111110 | 1010011 |
Color Harmonies of #BCB7EE
Complementary color
Monochromatic Colors of #BCB7EE
Black with #BCB7EE
Text Example
Text Example
White with #BCB7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7EE; }
p { color: rgb(188,183,238); }
H1.HeaderClassName
{
color: #BCB7EE;
}
.AnyTagClassName
{
color: #BCB7EE;
}
</style>
background-color css
<style>
a { background-color: #BCB7EE; }
a { background-color: rgb(188,183,238); }
div.DivClassName
{
background-color: #BCB7EE;
}
.BgClassName
{
background-color: #BCB7EE;
}
</style>
border-color css
<style>
span { border-color: #BCB7EE; }
span { border-color: rgb(188,183,238); }
td.TdClassName
{
border-color: #BCB7EE;
}
.TagClassName
{
border-color: #BCB7EE;
}
</style>