#B6FFEC

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

Shades of Water Leaf #B6FFEC

Tints of Water Leaf #B6FFEC

Color information

#B6FFEC (or 0xB6FFEC) is unknown color: approx Water Leaf. HEX triplet: B6, FF and EC. RGB value is (182,255,236). Sum of RGB (Red+Green+Blue) = 182+255+236=673 (89% of max value = 765). Red value is 182 (71.48% from 255 or 27.04% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FFEC is #490013. Grayscale: #E7E7E7. Windows color (decimal): -4784148 or 15531958. OLE color: 15531958.

HSL color Cylindrical-coordinate representation of color #B6FFEC: hue angle of 164.38º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFEC is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB182255236-
CMYK0.2900.070
HSL164.38º100%85.69%-
HSV(B)164.38º28.63%100%-
XYZ70.1987.5292.55-
YUV231.01130.8293.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.04%
GREEN value IS 255 (100% from 255) = 37.89%
BLUE value IS 236 (92.58% from 255) = 35.07%
R=27.04%
G=37.89%
B=35.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822552360.2900.070164.3810085.69
HexB6FFEC1D070a46456
Octal26637735435070244144126
Binary10110110111111111110110011101011101010010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FFEC; }

 p { color: rgb(182,255,236); }

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

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

 a { background-color: rgb(182,255,236); }

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

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

 span { border-color: rgb(182,255,236); }

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