#BEE1C0

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

Shades of Sea Mist #BEE1C0

Tints of Sea Mist #BEE1C0

Color information

#BEE1C0 (or 0xBEE1C0) is unknown color: approx Sea Mist. HEX triplet: BE, E1 and C0. RGB value is (190,225,192). Sum of RGB (Red+Green+Blue) = 190+225+192=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1C0 is #411E3F. Grayscale: #D2D2D2. Windows color (decimal): -4267584 or 12640702. OLE color: 12640702.

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

Color convert

RGB190225192-
CMYK0.1600.150.12
HSL123.43º36.84%81.37%-
HSV(B)123.43º15.56%88.24%-
XYZ57.6768.660.07-
YUV210.77117.4113.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 225 (88.28% from 255) = 37.07%
BLUE value IS 192 (75.39% from 255) = 31.63%
R=31.30%
G=37.07%
B=31.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902251920.1600.150.12123.4336.8481.37
HexBEE1C0100FC7b2551
Octal276341300200171417345121
Binary1011111011100001110000001000001111110011110111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1C0; }

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

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

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

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

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

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

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

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