#B3ECE1

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

Shades of Water Leaf #B3ECE1

Tints of Water Leaf #B3ECE1

Color information

#B3ECE1 (or 0xB3ECE1) is unknown color: approx Water Leaf. HEX triplet: B3, EC and E1. RGB value is (179,236,225). Sum of RGB (Red+Green+Blue) = 179+236+225=640 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.97% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #B3ECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3ECE1 is #4C131E. Grayscale: #D9D9D9. Windows color (decimal): -4985631 or 14806195. OLE color: 14806195.

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

Color convert

RGB179236225-
CMYK0.2400.050.07
HSL168.42º60%81.37%-
HSV(B)168.42º24.15%92.55%-
XYZ62.1875.0182.44-
YUV217.7132.12100.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.97%
GREEN value IS 236 (92.58% from 255) = 36.88%
BLUE value IS 225 (88.28% from 255) = 35.16%
R=27.97%
G=36.88%
B=35.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792362250.2400.050.07168.426081.37
HexB3ECE118057a83c51
Octal2633543413005725074121
Binary101100111110110011100001110000101111101010001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ECE1; }

 p { color: rgb(179,236,225); }

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

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

 a { background-color: rgb(179,236,225); }

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

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

 span { border-color: rgb(179,236,225); }

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