#BEDDBE

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

Shades of Sea Mist #BEDDBE

Tints of Sea Mist #BEDDBE

Color information

#BEDDBE (or 0xBEDDBE) is unknown color: approx Sea Mist. HEX triplet: BE, DD and BE. RGB value is (190,221,190). Sum of RGB (Red+Green+Blue) = 190+221+190=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDBE is #412241. Grayscale: #D0D0D0. Windows color (decimal): -4268610 or 12508606. OLE color: 12508606.

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

Color convert

RGB190221190-
CMYK0.1400.140.13
HSL120º31.31%80.59%-
HSV(B)120º14.03%86.67%-
XYZ56.3966.3858.56-
YUV208.2117.73115.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=31.61%
G=36.77%
B=31.61%

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
Decimal1902211900.1400.140.1312031.3180.59
HexBEDDBEE0ED781f51
Octal276335276160161517037121
Binary10111110110111011011111011100111011011111000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDBE; }

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

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

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

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

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

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

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

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