#BEE0C0

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

Shades of Sea Mist #BEE0C0

Tints of Sea Mist #BEE0C0

Color information

#BEE0C0 (or 0xBEE0C0) is unknown color: approx Sea Mist. HEX triplet: BE, E0 and C0. RGB value is (190,224,192). Sum of RGB (Red+Green+Blue) = 190+224+192=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0C0 is #411F3F. Grayscale: #D2D2D2. Windows color (decimal): -4267840 or 12640446. OLE color: 12640446.

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

Color convert

RGB190224192-
CMYK0.1500.140.12
HSL123.53º35.42%81.18%-
HSV(B)123.53º15.18%87.84%-
XYZ57.4168.0659.98-
YUV210.19117.74113.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 224 (87.89% from 255) = 36.96%
BLUE value IS 192 (75.39% from 255) = 31.68%
R=31.35%
G=36.96%
B=31.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902241920.1500.140.12123.5335.4281.18
HexBEE0C0F0EC7c2351
Octal276340300170161417443121
Binary101111101110000011000000111101110110011111001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0C0; }

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

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

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

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

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

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

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

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