#BEDEC0

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

Shades of Sea Mist #BEDEC0

Tints of Sea Mist #BEDEC0

Color information

#BEDEC0 (or 0xBEDEC0) is unknown color: approx Sea Mist. HEX triplet: BE, DE and C0. RGB value is (190,222,192). Sum of RGB (Red+Green+Blue) = 190+222+192=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEC0 is #41213F. Grayscale: #D1D1D1. Windows color (decimal): -4268352 or 12639934. OLE color: 12639934.

HSL color Cylindrical-coordinate representation of color #BEDEC0: hue angle of 123.75º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDEC0 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB190222192-
CMYK0.1400.140.13
HSL123.75º32.65%80.78%-
HSV(B)123.75º14.41%87.06%-
XYZ56.876759.8-
YUV209.01118.4114.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 222 (87.11% from 255) = 36.75%
BLUE value IS 192 (75.39% from 255) = 31.79%
R=31.46%
G=36.75%
B=31.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902221920.1400.140.13123.7532.6580.78
HexBEDEC0E0ED7c2151
Octal276336300160161517441121
Binary101111101101111011000000111001110110111111001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEC0; }

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

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

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

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

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

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

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

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