#B4ECDF

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

Shades of Water Leaf #B4ECDF

Tints of Water Leaf #B4ECDF

Color information

#B4ECDF (or 0xB4ECDF) is unknown color: approx Water Leaf. HEX triplet: B4, EC and DF. RGB value is (180,236,223). Sum of RGB (Red+Green+Blue) = 180+236+223=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4ECDF is #4B1320. Grayscale: #D9D9D9. Windows color (decimal): -4920097 or 14675124. OLE color: 14675124.

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

Color convert

RGB180236223-
CMYK0.2400.060.07
HSL166.07º59.57%81.57%-
HSV(B)166.07º23.73%92.55%-
XYZ62.1475.0281.02-
YUV217.77130.95101.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.17%
GREEN value IS 236 (92.58% from 255) = 36.93%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=28.17%
G=36.93%
B=34.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802362230.2400.060.07166.0759.5781.57
HexB4ECDF18067a63c52
Octal2643543373006724674122
Binary101101001110110011011111110000110111101001101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ECDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ECDF; }

 p { color: rgb(180,236,223); }

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

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

 a { background-color: rgb(180,236,223); }

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

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

 span { border-color: rgb(180,236,223); }

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