Shades of Lavender Grey #BCBFE7
Tints of Lavender Grey #BCBFE7
RGB
CMYK
RGB Variations
Color information
#BCBFE7 (or 0xBCBFE7) is known color: Lavender Grey. HEX triplet: BC, BF and E7. RGB value is (188,191,231). Sum of RGB (Red+Green+Blue) = 188+191+231=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCBFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFE7 is #434018. Grayscale: #C2C2C2. Windows color (decimal): -4407321 or 15187900. OLE color: 15187900.
HSL color Cylindrical-coordinate representation of color #BCBFE7: hue angle of 235.81º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCBFE7 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 191 | 231 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.09 |
| HSL | 235.81º | 0.47% | 0.82% | - |
| HSV(B) | 235.81º | 0.19% | 0.91% | - |
| XYZ | 53.79 | 53.72 | 83.14 | - |
| YUV | 194.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 231 | 0.19 | 0.17 | 0 | 0.09 | 235.81 | 0.47 | 0.82 |
| Hex | BC | BF | E7 | 13 | 11 | 0 | 9 | EC | 2F | 52 |
| Octal | 274 | 277 | 347 | 23 | 21 | 0 | 11 | 354 | 57 | 122 |
| Binary | 10111100 | 10111111 | 11100111 | 10011 | 10001 | 0 | 1001 | 11101100 | 101111 | 1010010 |
Color Harmonies of #BCBFE7
Complementary color
Monochromatic Colors of #BCBFE7
Black with #BCBFE7
Text Example
Text Example
White with #BCBFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFE7; }
p { color: rgb(188,191,231); }
H1.HeaderClassName
{
color: #BCBFE7;
}
.AnyTagClassName
{
color: #BCBFE7;
}
</style>
background-color css
<style>
a { background-color: #BCBFE7; }
a { background-color: rgb(188,191,231); }
div.DivClassName
{
background-color: #BCBFE7;
}
.BgClassName
{
background-color: #BCBFE7;
}
</style>
border-color css
<style>
span { border-color: #BCBFE7; }
span { border-color: rgb(188,191,231); }
td.TdClassName
{
border-color: #BCBFE7;
}
.TagClassName
{
border-color: #BCBFE7;
}
</style>