Shades of Lavender Grey #BEC1D4
Tints of Lavender Grey #BEC1D4
RGB
CMYK
RGB Variations
Color information
#BEC1D4 (or 0xBEC1D4) is known color: Lavender Grey. HEX triplet: BE, C1 and D4. RGB value is (190,193,212). Sum of RGB (Red+Green+Blue) = 190+193+212=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 212 - color contains mainly: blue. Hex color #BEC1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1D4 is #413E2B. Grayscale: #C2C2C2. Windows color (decimal): -4275756 or 13943230. OLE color: 13943230.
HSL color Cylindrical-coordinate representation of color #BEC1D4: hue angle of 231.82º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC1D4 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 190 | 193 | 212 | - |
CMYK | 0.10 | 0.09 | 0 | 0.17 |
HSL | 231.82º | 0.2% | 0.79% | - |
HSV(B) | 231.82º | 0.1% | 0.83% | - |
XYZ | 52.19 | 53.84 | 69.93 | - |
YUV | 194.27 | 138.01 | 124.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 193 | 212 | 0.10 | 0.09 | 0 | 0.17 | 231.82 | 0.2 | 0.79 |
Hex | BE | C1 | D4 | A | 9 | 0 | 11 | E8 | 14 | 4F |
Octal | 276 | 301 | 324 | 12 | 11 | 0 | 21 | 350 | 24 | 117 |
Binary | 10111110 | 11000001 | 11010100 | 1010 | 1001 | 0 | 10001 | 11101000 | 10100 | 1001111 |
Color Harmonies of #BEC1D4
Complementary color
Monochromatic Colors of #BEC1D4
Black with #BEC1D4
Text Example
Text Example
White with #BEC1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1D4; }
p { color: rgb(190,193,212); }
H1.HeaderClassName
{
color: #BEC1D4;
}
.AnyTagClassName
{
color: #BEC1D4;
}
</style>
background-color css
<style>
a { background-color: #BEC1D4; }
a { background-color: rgb(190,193,212); }
div.DivClassName
{
background-color: #BEC1D4;
}
.BgClassName
{
background-color: #BEC1D4;
}
</style>
border-color css
<style>
span { border-color: #BEC1D4; }
span { border-color: rgb(190,193,212); }
td.TdClassName
{
border-color: #BEC1D4;
}
.TagClassName
{
border-color: #BEC1D4;
}
</style>