#BED9BE

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

Shades of Sea Mist #BED9BE

Tints of Sea Mist #BED9BE

Color information

#BED9BE (or 0xBED9BE) is unknown color: approx Sea Mist. HEX triplet: BE, D9 and BE. RGB value is (190,217,190). Sum of RGB (Red+Green+Blue) = 190+217+190=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9BE is #412641. Grayscale: #CDCDCD. Windows color (decimal): -4269634 or 12507582. OLE color: 12507582.

HSL color Cylindrical-coordinate representation of color #BED9BE: hue angle of 120º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED9BE is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB190217190-
CMYK0.1200.120.15
HSL120º26.21%79.8%-
HSV(B)120º12.44%85.1%-
XYZ55.3464.2958.21-
YUV205.85119.05116.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.83%
GREEN value IS 217 (85.16% from 255) = 36.35%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=31.83%
G=36.35%
B=31.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902171900.1200.120.1512026.2179.8
HexBED9BEC0CF781a50
Octal276331276140141717032120
Binary10111110110110011011111011000110011111111000110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9BE; }

 p { color: rgb(190,217,190); }

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

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

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

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

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

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

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