#BED9C1

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

Shades of Sea Mist #BED9C1

Tints of Sea Mist #BED9C1

Color information

#BED9C1 (or 0xBED9C1) is unknown color: approx Sea Mist. HEX triplet: BE, D9 and C1. RGB value is (190,217,193). Sum of RGB (Red+Green+Blue) = 190+217+193=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9C1 is #41263E. Grayscale: #CECECE. Windows color (decimal): -4269631 or 12704190. OLE color: 12704190.

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

Color convert

RGB190217193-
CMYK0.1200.110.15
HSL126.67º26.21%79.8%-
HSV(B)126.67º12.44%85.1%-
XYZ55.6764.4259.95-
YUV206.19120.55116.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.67%
GREEN value IS 217 (85.16% from 255) = 36.17%
BLUE value IS 193 (75.78% from 255) = 32.17%
R=31.67%
G=36.17%
B=32.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902171930.1200.110.15126.6726.2179.8
HexBED9C1C0BF7f1a50
Octal276331301140131717732120
Binary10111110110110011100000111000101111111111111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9C1; }

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

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

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

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

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

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

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

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