#BED2C1

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

Shades of Sea Mist #BED2C1

Tints of Sea Mist #BED2C1

Color information

#BED2C1 (or 0xBED2C1) is unknown color: approx Sea Mist. HEX triplet: BE, D2 and C1. RGB value is (190,210,193). Sum of RGB (Red+Green+Blue) = 190+210+193=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2C1 is #412D3E. Grayscale: #CACACA. Windows color (decimal): -4271423 or 12702398. OLE color: 12702398.

HSL color Cylindrical-coordinate representation of color #BED2C1: hue angle of 129º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED2C1 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB190210193-
CMYK0.1000.080.18
HSL129º18.18%78.43%-
HSV(B)129º9.52%82.35%-
XYZ53.9160.8959.36-
YUV202.08122.87119.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 210 (82.42% from 255) = 35.41%
BLUE value IS 193 (75.78% from 255) = 32.55%
R=32.04%
G=35.41%
B=32.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902101930.1000.080.1812918.1878.43
HexBED2C1A081281124e
Octal276322301120102220122116
Binary1011111011010010110000011010010001001010000001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED2C1; }

 p { color: rgb(190,210,193); }

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

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

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

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

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

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

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