Shades of Lavender Grey #BCB6E4
Tints of Lavender Grey #BCB6E4
RGB
CMYK
RGB Variations
Color information
#BCB6E4 (or 0xBCB6E4) is known color: Lavender Grey. HEX triplet: BC, B6 and E4. RGB value is (188,182,228). Sum of RGB (Red+Green+Blue) = 188+182+228=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 182 (71.48% from 255 or 30.43% from 598); Blue value is 228 (89.45% from 255 or 38.13% from 598); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCB6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6E4 is #43491B. Grayscale: #BCBCBC. Windows color (decimal): -4409628 or 14988988. OLE color: 14988988.
HSL color Cylindrical-coordinate representation of color #BCB6E4: hue angle of 247.83º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCB6E4 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 182 | 228 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.11 |
| HSL | 247.83º | 0.46% | 0.8% | - |
| HSV(B) | 247.83º | 0.2% | 0.89% | - |
| XYZ | 51.47 | 49.75 | 80.29 | - |
| YUV | 189.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 228 | 0.18 | 0.20 | 0 | 0.11 | 247.83 | 0.46 | 0.8 |
| Hex | BC | B6 | E4 | 12 | 14 | 0 | B | F8 | 2E | 50 |
| Octal | 274 | 266 | 344 | 22 | 24 | 0 | 13 | 370 | 56 | 120 |
| Binary | 10111100 | 10110110 | 11100100 | 10010 | 10100 | 0 | 1011 | 11111000 | 101110 | 1010000 |
Color Harmonies of #BCB6E4
Complementary color
Monochromatic Colors of #BCB6E4
Black with #BCB6E4
Text Example
Text Example
White with #BCB6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6E4; }
p { color: rgb(188,182,228); }
H1.HeaderClassName
{
color: #BCB6E4;
}
.AnyTagClassName
{
color: #BCB6E4;
}
</style>
background-color css
<style>
a { background-color: #BCB6E4; }
a { background-color: rgb(188,182,228); }
div.DivClassName
{
background-color: #BCB6E4;
}
.BgClassName
{
background-color: #BCB6E4;
}
</style>
border-color css
<style>
span { border-color: #BCB6E4; }
span { border-color: rgb(188,182,228); }
td.TdClassName
{
border-color: #BCB6E4;
}
.TagClassName
{
border-color: #BCB6E4;
}
</style>