#BEDDBF

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

Shades of Sea Mist #BEDDBF

Tints of Sea Mist #BEDDBF

Color information

#BEDDBF (or 0xBEDDBF) is unknown color: approx Sea Mist. HEX triplet: BE, DD and BF. RGB value is (190,221,191). Sum of RGB (Red+Green+Blue) = 190+221+191=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDBF is #412240. Grayscale: #D0D0D0. Windows color (decimal): -4268609 or 12574142. OLE color: 12574142.

HSL color Cylindrical-coordinate representation of color #BEDDBF: hue angle of 121.94º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDDBF is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB190221191-
CMYK0.1400.140.13
HSL121.94º31.31%80.59%-
HSV(B)121.94º14.03%86.67%-
XYZ56.566.4259.13-
YUV208.31118.23114.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 191 (75% from 255) = 31.73%
R=31.56%
G=36.71%
B=31.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902211910.1400.140.13121.9431.3180.59
HexBEDDBFE0ED7a1f51
Octal276335277160161517237121
Binary10111110110111011011111111100111011011111010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDBF; }

 p { color: rgb(190,221,191); }

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

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

 a { background-color: rgb(190,221,191); }

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

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

 span { border-color: rgb(190,221,191); }

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