Shades of Lavender Grey #BEC1DF
Tints of Lavender Grey #BEC1DF
RGB
CMYK
RGB Variations
Color information
#BEC1DF (or 0xBEC1DF) is known color: Lavender Grey. HEX triplet: BE, C1 and DF. RGB value is (190,193,223). Sum of RGB (Red+Green+Blue) = 190+193+223=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEC1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1DF is #413E20. Grayscale: #C3C3C3. Windows color (decimal): -4275745 or 14664126. OLE color: 14664126.
HSL color Cylindrical-coordinate representation of color #BEC1DF: hue angle of 234.55º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEC1DF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 193 | 223 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.13 |
| HSL | 234.55º | 0.34% | 0.81% | - |
| HSV(B) | 234.55º | 0.15% | 0.87% | - |
| XYZ | 53.62 | 54.41 | 77.49 | - |
| YUV | 195.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 223 | 0.15 | 0.13 | 0 | 0.13 | 234.55 | 0.34 | 0.81 |
| Hex | BE | C1 | DF | F | D | 0 | D | EB | 22 | 51 |
| Octal | 276 | 301 | 337 | 17 | 15 | 0 | 15 | 353 | 42 | 121 |
| Binary | 10111110 | 11000001 | 11011111 | 1111 | 1101 | 0 | 1101 | 11101011 | 100010 | 1010001 |
Color Harmonies of #BEC1DF
Complementary color
Monochromatic Colors of #BEC1DF
Black with #BEC1DF
Text Example
Text Example
White with #BEC1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1DF; }
p { color: rgb(190,193,223); }
H1.HeaderClassName
{
color: #BEC1DF;
}
.AnyTagClassName
{
color: #BEC1DF;
}
</style>
background-color css
<style>
a { background-color: #BEC1DF; }
a { background-color: rgb(190,193,223); }
div.DivClassName
{
background-color: #BEC1DF;
}
.BgClassName
{
background-color: #BEC1DF;
}
</style>
border-color css
<style>
span { border-color: #BEC1DF; }
span { border-color: rgb(190,193,223); }
td.TdClassName
{
border-color: #BEC1DF;
}
.TagClassName
{
border-color: #BEC1DF;
}
</style>