#BEC0EB

Color #BEC0EB Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #BEC0EB

Tints of Lavender Grey #BEC0EB

Color information

#BEC0EB (or 0xBEC0EB) is unknown color: approx Lavender Grey. HEX triplet: BE, C0 and EB. RGB value is (190,192,235). Sum of RGB (Red+Green+Blue) = 190+192+235=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEC0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0EB is #413F14. Grayscale: #C4C4C4. Windows color (decimal): -4275989 or 15450302. OLE color: 15450302.

HSL color Cylindrical-coordinate representation of color #BEC0EB: hue angle of 237.33º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC0EB is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190192235-
CMYK0.190.1800.08
HSL237.33º52.94%83.33%-
HSV(B)237.33º19.15%92.16%-
XYZ55.0854.6486.24-
YUV196.3149.84123.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 192 (75.39% from 255) = 31.12%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=30.79%
G=31.12%
B=38.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901922350.190.1800.08237.3352.9483.33
HexBEC0EB131208ed3553
Octal276300353232201035565123
Binary101111101100000011101011100111001001000111011011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0EB; }

 p { color: rgb(190,192,235); }

 H1.HeaderClassName
 {
   color: #BEC0EB;
 }
 .AnyTagClassName
 {
   color: #BEC0EB;
 }
</style>
background-color css

<style>
 a { background-color: #BEC0EB; }

 a { background-color: rgb(190,192,235); }

 div.DivClassName
 {
   background-color: #BEC0EB;
 }
 .BgClassName
 {
   background-color: #BEC0EB;
 }
</style>
border-color css

<style>
 span { border-color: #BEC0EB; }

 span { border-color: rgb(190,192,235); }

 td.TdClassName
 {
   border-color: #BEC0EB;
 }
 .TagClassName
 {
   border-color: #BEC0EB;
 }
</style>