#BEE0BE

Color #BEE0BE Sea Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Mist #BEE0BE

Tints of Sea Mist #BEE0BE

Color information

#BEE0BE (or 0xBEE0BE) is unknown color: approx Sea Mist. HEX triplet: BE, E0 and BE. RGB value is (190,224,190). Sum of RGB (Red+Green+Blue) = 190+224+190=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0BE is #411F41. Grayscale: #D2D2D2. Windows color (decimal): -4267842 or 12509374. OLE color: 12509374.

HSL color Cylindrical-coordinate representation of color #BEE0BE: hue angle of 120º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEE0BE is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB190224190-
CMYK0.1500.150.12
HSL120º35.42%81.18%-
HSV(B)120º15.18%87.84%-
XYZ57.1967.9858.82-
YUV209.96116.74113.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 224 (87.89% from 255) = 37.09%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=31.46%
G=37.09%
B=31.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902241900.1500.150.1212035.4281.18
HexBEE0BEF0FC782351
Octal276340276170171417043121
Binary101111101110000010111110111101111110011110001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0BE; }

 p { color: rgb(190,224,190); }

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

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

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

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

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

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

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