#BEE0BD

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

Shades of Sea Mist #BEE0BD

Tints of Sea Mist #BEE0BD

Color information

#BEE0BD (or 0xBEE0BD) is unknown color: approx Sea Mist. HEX triplet: BE, E0 and BD. RGB value is (190,224,189). Sum of RGB (Red+Green+Blue) = 190+224+189=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0BD is #411F42. Grayscale: #D1D1D1. Windows color (decimal): -4267843 or 12443838. OLE color: 12443838.

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

Color convert

RGB190224189-
CMYK0.1500.160.12
HSL118.29º36.08%80.98%-
HSV(B)118.29º15.62%87.84%-
XYZ57.0867.9358.25-
YUV209.84116.24113.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 224 (87.89% from 255) = 37.15%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=31.51%
G=37.15%
B=31.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902241890.1500.160.12118.2936.0880.98
HexBEE0BDF010C762451
Octal276340275170201416644121
Binary1011111011100000101111011111010000110011101101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0BD; }

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

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

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

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

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

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

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

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