#BEE1BE

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

Shades of Sea Mist #BEE1BE

Tints of Sea Mist #BEE1BE

Color information

#BEE1BE (or 0xBEE1BE) is unknown color: approx Sea Mist. HEX triplet: BE, E1 and BE. RGB value is (190,225,190). Sum of RGB (Red+Green+Blue) = 190+225+190=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1BE is #411E41. Grayscale: #D2D2D2. Windows color (decimal): -4267586 or 12509630. OLE color: 12509630.

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

Color convert

RGB190225190-
CMYK0.1600.160.12
HSL120º36.84%81.37%-
HSV(B)120º15.56%88.24%-
XYZ57.4568.5258.91-
YUV210.54116.4113.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 225 (88.28% from 255) = 37.19%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=31.40%
G=37.19%
B=31.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902251900.1600.160.1212036.8481.37
HexBEE1BE10010C782551
Octal276341276200201417045121
Binary10111110111000011011111010000010000110011110001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1BE; }

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

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

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

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

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

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

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

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