Shades of Lavender Grey #BCB7EF
Tints of Lavender Grey #BCB7EF
RGB
CMYK
RGB Variations
Color information
#BCB7EF (or 0xBCB7EF) is known color: Lavender Grey. HEX triplet: BC, B7 and EF. RGB value is (188,183,239). Sum of RGB (Red+Green+Blue) = 188+183+239=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCB7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7EF is #434810. Grayscale: #BEBEBE. Windows color (decimal): -4409361 or 15710140. OLE color: 15710140.
HSL color Cylindrical-coordinate representation of color #BCB7EF: hue angle of 245.36º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCB7EF is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 183 | 239 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.06 |
| HSL | 245.36º | 0.64% | 0.83% | - |
| HSV(B) | 245.36º | 0.23% | 0.94% | - |
| XYZ | 53.25 | 50.79 | 88.66 | - |
| YUV | 190.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 239 | 0.21 | 0.23 | 0 | 0.06 | 245.36 | 0.64 | 0.83 |
| Hex | BC | B7 | EF | 15 | 17 | 0 | 6 | F5 | 40 | 53 |
| Octal | 274 | 267 | 357 | 25 | 27 | 0 | 6 | 365 | 100 | 123 |
| Binary | 10111100 | 10110111 | 11101111 | 10101 | 10111 | 0 | 110 | 11110101 | 1000000 | 1010011 |
Color Harmonies of #BCB7EF
Complementary color
Monochromatic Colors of #BCB7EF
Black with #BCB7EF
Text Example
Text Example
White with #BCB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7EF; }
p { color: rgb(188,183,239); }
H1.HeaderClassName
{
color: #BCB7EF;
}
.AnyTagClassName
{
color: #BCB7EF;
}
</style>
background-color css
<style>
a { background-color: #BCB7EF; }
a { background-color: rgb(188,183,239); }
div.DivClassName
{
background-color: #BCB7EF;
}
.BgClassName
{
background-color: #BCB7EF;
}
</style>
border-color css
<style>
span { border-color: #BCB7EF; }
span { border-color: rgb(188,183,239); }
td.TdClassName
{
border-color: #BCB7EF;
}
.TagClassName
{
border-color: #BCB7EF;
}
</style>