#BED1C1

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

Shades of Sea Mist #BED1C1

Tints of Sea Mist #BED1C1

Color information

#BED1C1 (or 0xBED1C1) is unknown color: approx Sea Mist. HEX triplet: BE, D1 and C1. RGB value is (190,209,193). Sum of RGB (Red+Green+Blue) = 190+209+193=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 209 - color contains mainly: green. Hex color #BED1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1C1 is #412E3E. Grayscale: #C9C9C9. Windows color (decimal): -4271679 or 12702142. OLE color: 12702142.

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

Color convert

RGB190209193-
CMYK0.0900.080.18
HSL129.47º17.12%78.24%-
HSV(B)129.47º9.09%81.96%-
XYZ53.6660.459.28-
YUV201.5123.21119.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 193 (75.78% from 255) = 32.60%
R=32.09%
G=35.30%
B=32.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091930.0900.080.18129.4717.1278.24
HexBED1C19081281114e
Octal276321301110102220121116
Binary1011111011010001110000011001010001001010000001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1C1; }

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

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

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

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

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

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

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

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