#B5ECE3

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

Shades of Water Leaf #B5ECE3

Tints of Water Leaf #B5ECE3

Color information

#B5ECE3 (or 0xB5ECE3) is unknown color: approx Water Leaf. HEX triplet: B5, EC and E3. RGB value is (181,236,227). Sum of RGB (Red+Green+Blue) = 181+236+227=644 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.11% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 227 (89.06% from 255 or 35.25% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECE3 is #4A131C. Grayscale: #DADADA. Windows color (decimal): -4854557 or 14937269. OLE color: 14937269.

HSL color Cylindrical-coordinate representation of color #B5ECE3: hue angle of 170.18º 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 #B5ECE3 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB181236227-
CMYK0.2300.040.07
HSL170.18º59.14%81.76%-
HSV(B)170.18º23.31%92.55%-
XYZ62.9275.3683.9-
YUV218.53132.78101.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.11%
GREEN value IS 236 (92.58% from 255) = 36.65%
BLUE value IS 227 (89.06% from 255) = 35.25%
R=28.11%
G=36.65%
B=35.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812362270.2300.040.07170.1859.1481.76
HexB5ECE317047aa3b52
Octal2653543432704725273122
Binary101101011110110011100011101110100111101010101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ECE3; }

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

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

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

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

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

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

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

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