Shades of Lavender Grey #BCB8EE
Tints of Lavender Grey #BCB8EE
RGB
CMYK
RGB Variations
Color information
#BCB8EE (or 0xBCB8EE) is known color: Lavender Grey. HEX triplet: BC, B8 and EE. RGB value is (188,184,238). Sum of RGB (Red+Green+Blue) = 188+184+238=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB8EE is #434711. Grayscale: #BFBFBF. Windows color (decimal): -4409106 or 15644860. OLE color: 15644860.
HSL color Cylindrical-coordinate representation of color #BCB8EE: hue angle of 244.44º degrees, saturation: 0.61, 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 #BCB8EE is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 184 | 238 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.07 |
| HSL | 244.44º | 0.61% | 0.83% | - |
| HSV(B) | 244.44º | 0.23% | 0.93% | - |
| XYZ | 53.31 | 51.15 | 87.95 | - |
| YUV | 191.35 | 154.33 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 238 | 0.21 | 0.23 | 0 | 0.07 | 244.44 | 0.61 | 0.83 |
| Hex | BC | B8 | EE | 15 | 17 | 0 | 7 | F4 | 3D | 53 |
| Octal | 274 | 270 | 356 | 25 | 27 | 0 | 7 | 364 | 75 | 123 |
| Binary | 10111100 | 10111000 | 11101110 | 10101 | 10111 | 0 | 111 | 11110100 | 111101 | 1010011 |
Color Harmonies of #BCB8EE
Complementary color
Monochromatic Colors of #BCB8EE
Black with #BCB8EE
Text Example
Text Example
White with #BCB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB8EE; }
p { color: rgb(188,184,238); }
H1.HeaderClassName
{
color: #BCB8EE;
}
.AnyTagClassName
{
color: #BCB8EE;
}
</style>
background-color css
<style>
a { background-color: #BCB8EE; }
a { background-color: rgb(188,184,238); }
div.DivClassName
{
background-color: #BCB8EE;
}
.BgClassName
{
background-color: #BCB8EE;
}
</style>
border-color css
<style>
span { border-color: #BCB8EE; }
span { border-color: rgb(188,184,238); }
td.TdClassName
{
border-color: #BCB8EE;
}
.TagClassName
{
border-color: #BCB8EE;
}
</style>