#B5ECE4

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

Shades of Water Leaf #B5ECE4

Tints of Water Leaf #B5ECE4

Color information

#B5ECE4 (or 0xB5ECE4) is unknown color: approx Water Leaf. HEX triplet: B5, EC and E4. RGB value is (181,236,228). Sum of RGB (Red+Green+Blue) = 181+236+228=645 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.06% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECE4 is #4A131B. Grayscale: #DADADA. Windows color (decimal): -4854556 or 15002805. OLE color: 15002805.

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

Color convert

RGB181236228-
CMYK0.2300.030.07
HSL171.27º59.14%81.76%-
HSV(B)171.27º23.31%92.55%-
XYZ63.0675.4284.63-
YUV218.64133.28101.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.06%
GREEN value IS 236 (92.58% from 255) = 36.59%
BLUE value IS 228 (89.45% from 255) = 35.35%
R=28.06%
G=36.59%
B=35.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812362280.2300.030.07171.2759.1481.76
HexB5ECE417037ab3b52
Octal2653543442703725373122
Binary10110101111011001110010010111011111101010111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ECE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ECE4; }

 p { color: rgb(181,236,228); }

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

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

 a { background-color: rgb(181,236,228); }

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

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

 span { border-color: rgb(181,236,228); }

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