#B8ECDB

Color #B8ECDB Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B8ECDB

Tints of Water Leaf #B8ECDB

Color information

#B8ECDB (or 0xB8ECDB) is unknown color: approx Water Leaf. HEX triplet: B8, EC and DB. RGB value is (184,236,219). Sum of RGB (Red+Green+Blue) = 184+236+219=639 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.79% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8ECDB is #471324. Grayscale: #DADADA. Windows color (decimal): -4657957 or 14412984. OLE color: 14412984.

HSL color Cylindrical-coordinate representation of color #B8ECDB: hue angle of 160.38º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8ECDB is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB184236219-
CMYK0.2200.070.07
HSL160.38º57.78%82.35%-
HSV(B)160.38º22.03%92.55%-
XYZ62.5575.378.25-
YUV218.51128.27103.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.79%
GREEN value IS 236 (92.58% from 255) = 36.93%
BLUE value IS 219 (85.94% from 255) = 34.27%
R=28.79%
G=36.93%
B=34.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842362190.2200.070.07160.3857.7882.35
HexB8ECDB16077a03a52
Octal2703543332607724072122
Binary101110001110110011011011101100111111101000001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ECDB; }

 p { color: rgb(184,236,219); }

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

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

 a { background-color: rgb(184,236,219); }

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

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

 span { border-color: rgb(184,236,219); }

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