#BEE1BD

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

Shades of Sea Mist #BEE1BD

Tints of Sea Mist #BEE1BD

Color information

#BEE1BD (or 0xBEE1BD) is unknown color: approx Sea Mist. HEX triplet: BE, E1 and BD. RGB value is (190,225,189). Sum of RGB (Red+Green+Blue) = 190+225+189=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1BD is #411E42. Grayscale: #D2D2D2. Windows color (decimal): -4267587 or 12444094. OLE color: 12444094.

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

Color convert

RGB190225189-
CMYK0.1600.160.12
HSL118.33º37.5%81.18%-
HSV(B)118.33º16%88.24%-
XYZ57.3568.4758.34-
YUV210.43115.9113.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 225 (88.28% from 255) = 37.25%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=31.46%
G=37.25%
B=31.29%

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
Decimal1902251890.1600.160.12118.3337.581.18
HexBEE1BD10010C762651
Octal276341275200201416646121
Binary10111110111000011011110110000010000110011101101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1BD; }

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

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

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

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

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

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

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

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