#BEE0BF

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

Shades of Sea Mist #BEE0BF

Tints of Sea Mist #BEE0BF

Color information

#BEE0BF (or 0xBEE0BF) is unknown color: approx Sea Mist. HEX triplet: BE, E0 and BF. RGB value is (190,224,191). Sum of RGB (Red+Green+Blue) = 190+224+191=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0BF is #411F40. Grayscale: #D2D2D2. Windows color (decimal): -4267841 or 12574910. OLE color: 12574910.

HSL color Cylindrical-coordinate representation of color #BEE0BF: hue angle of 121.76º 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 #BEE0BF is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB190224191-
CMYK0.1500.150.12
HSL121.76º35.42%81.18%-
HSV(B)121.76º15.18%87.84%-
XYZ57.2968.0259.4-
YUV210.07117.24113.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 224 (87.89% from 255) = 37.02%
BLUE value IS 191 (75% from 255) = 31.57%
R=31.40%
G=37.02%
B=31.57%

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
Decimal1902241910.1500.150.12121.7635.4281.18
HexBEE0BFF0FC7a2351
Octal276340277170171417243121
Binary101111101110000010111111111101111110011110101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0BF; }

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

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

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

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

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

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

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

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