#BED9C0

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

Shades of Sea Mist #BED9C0

Tints of Sea Mist #BED9C0

Color information

#BED9C0 (or 0xBED9C0) is unknown color: approx Sea Mist. HEX triplet: BE, D9 and C0. RGB value is (190,217,192). Sum of RGB (Red+Green+Blue) = 190+217+192=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9C0 is #41263F. Grayscale: #CECECE. Windows color (decimal): -4269632 or 12638654. OLE color: 12638654.

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

Color convert

RGB190217192-
CMYK0.1200.120.15
HSL124.44º26.21%79.8%-
HSV(B)124.44º12.44%85.1%-
XYZ55.5664.3859.37-
YUV206.08120.05116.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.72%
GREEN value IS 217 (85.16% from 255) = 36.23%
BLUE value IS 192 (75.39% from 255) = 32.05%
R=31.72%
G=36.23%
B=32.05%

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
Decimal1902171920.1200.120.15124.4426.2179.8
HexBED9C0C0CF7c1a50
Octal276331300140141717432120
Binary10111110110110011100000011000110011111111100110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9C0; }

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

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

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

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

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

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

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

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