Shades of Lavender Grey #BEC2D7
Tints of Lavender Grey #BEC2D7
RGB
CMYK
RGB Variations
Color information
#BEC2D7 (or 0xBEC2D7) is known color: Lavender Grey. HEX triplet: BE, C2 and D7. RGB value is (190,194,215). Sum of RGB (Red+Green+Blue) = 190+194+215=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 215 - color contains mainly: blue. Hex color #BEC2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2D7 is #413D28. Grayscale: #C3C3C3. Windows color (decimal): -4275497 or 14140094. OLE color: 14140094.
HSL color Cylindrical-coordinate representation of color #BEC2D7: hue angle of 230.4º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEC2D7 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 190 | 194 | 215 | - |
CMYK | 0.12 | 0.10 | 0 | 0.16 |
HSL | 230.4º | 0.24% | 0.79% | - |
HSV(B) | 230.4º | 0.12% | 0.84% | - |
XYZ | 52.79 | 54.44 | 72.01 | - |
YUV | 195.2 | 139.17 | 124.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 194 | 215 | 0.12 | 0.10 | 0 | 0.16 | 230.4 | 0.24 | 0.79 |
Hex | BE | C2 | D7 | C | A | 0 | 10 | E6 | 18 | 4F |
Octal | 276 | 302 | 327 | 14 | 12 | 0 | 20 | 346 | 30 | 117 |
Binary | 10111110 | 11000010 | 11010111 | 1100 | 1010 | 0 | 10000 | 11100110 | 11000 | 1001111 |
Color Harmonies of #BEC2D7
Complementary color
Monochromatic Colors of #BEC2D7
Black with #BEC2D7
Text Example
Text Example
White with #BEC2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC2D7; }
p { color: rgb(190,194,215); }
H1.HeaderClassName
{
color: #BEC2D7;
}
.AnyTagClassName
{
color: #BEC2D7;
}
</style>
background-color css
<style>
a { background-color: #BEC2D7; }
a { background-color: rgb(190,194,215); }
div.DivClassName
{
background-color: #BEC2D7;
}
.BgClassName
{
background-color: #BEC2D7;
}
</style>
border-color css
<style>
span { border-color: #BEC2D7; }
span { border-color: rgb(190,194,215); }
td.TdClassName
{
border-color: #BEC2D7;
}
.TagClassName
{
border-color: #BEC2D7;
}
</style>