Shades of Lavender Grey #BCB7E9
Tints of Lavender Grey #BCB7E9
RGB
CMYK
RGB Variations
Color information
#BCB7E9 (or 0xBCB7E9) is known color: Lavender Grey. HEX triplet: BC, B7 and E9. RGB value is (188,183,233). Sum of RGB (Red+Green+Blue) = 188+183+233=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCB7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7E9 is #434816. Grayscale: #BEBEBE. Windows color (decimal): -4409367 or 15316924. OLE color: 15316924.
HSL color Cylindrical-coordinate representation of color #BCB7E9: hue angle of 246º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCB7E9 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 183 | 233 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.09 |
| HSL | 246º | 0.53% | 0.82% | - |
| HSV(B) | 246º | 0.21% | 0.91% | - |
| XYZ | 52.38 | 50.44 | 84.07 | - |
| YUV | 190.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 233 | 0.19 | 0.21 | 0 | 0.09 | 246 | 0.53 | 0.82 |
| Hex | BC | B7 | E9 | 13 | 15 | 0 | 9 | F6 | 35 | 52 |
| Octal | 274 | 267 | 351 | 23 | 25 | 0 | 11 | 366 | 65 | 122 |
| Binary | 10111100 | 10110111 | 11101001 | 10011 | 10101 | 0 | 1001 | 11110110 | 110101 | 1010010 |
Color Harmonies of #BCB7E9
Complementary color
Monochromatic Colors of #BCB7E9
Black with #BCB7E9
Text Example
Text Example
White with #BCB7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7E9; }
p { color: rgb(188,183,233); }
H1.HeaderClassName
{
color: #BCB7E9;
}
.AnyTagClassName
{
color: #BCB7E9;
}
</style>
background-color css
<style>
a { background-color: #BCB7E9; }
a { background-color: rgb(188,183,233); }
div.DivClassName
{
background-color: #BCB7E9;
}
.BgClassName
{
background-color: #BCB7E9;
}
</style>
border-color css
<style>
span { border-color: #BCB7E9; }
span { border-color: rgb(188,183,233); }
td.TdClassName
{
border-color: #BCB7E9;
}
.TagClassName
{
border-color: #BCB7E9;
}
</style>