#BED7C1

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

Shades of Sea Mist #BED7C1

Tints of Sea Mist #BED7C1

Color information

#BED7C1 (or 0xBED7C1) is unknown color: approx Sea Mist. HEX triplet: BE, D7 and C1. RGB value is (190,215,193). Sum of RGB (Red+Green+Blue) = 190+215+193=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7C1 is #41283E. Grayscale: #CDCDCD. Windows color (decimal): -4270143 or 12703678. OLE color: 12703678.

HSL color Cylindrical-coordinate representation of color #BED7C1: hue angle of 127.2º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED7C1 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB190215193-
CMYK0.1200.100.16
HSL127.2º23.81%79.41%-
HSV(B)127.2º11.63%84.31%-
XYZ55.1663.459.78-
YUV205.02121.22117.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.77%
GREEN value IS 215 (84.38% from 255) = 35.95%
BLUE value IS 193 (75.78% from 255) = 32.27%
R=31.77%
G=35.95%
B=32.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151930.1200.100.16127.223.8179.41
HexBED7C1C0A107f184f
Octal276327301140122017730117
Binary101111101101011111000001110001010100001111111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED7C1; }

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

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

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

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

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

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

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

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