#B6FEEC

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

Shades of Water Leaf #B6FEEC

Tints of Water Leaf #B6FEEC

Color information

#B6FEEC (or 0xB6FEEC) is unknown color: approx Water Leaf. HEX triplet: B6, FE and EC. RGB value is (182,254,236). Sum of RGB (Red+Green+Blue) = 182+254+236=672 (89% of max value = 765). Red value is 182 (71.48% from 255 or 27.08% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FEEC is #490113. Grayscale: #E6E6E6. Windows color (decimal): -4784404 or 15531702. OLE color: 15531702.

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

Color convert

RGB182254236-
CMYK0.2800.070.00
HSL165º97.3%85.49%-
HSV(B)165º28.35%99.61%-
XYZ69.8786.8892.44-
YUV230.42131.1593.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.08%
GREEN value IS 254 (99.61% from 255) = 37.80%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=27.08%
G=37.80%
B=35.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1822542360.2800.070.0016597.385.49
HexB6FEEC1C070a56155
Octal26637635434070245141125
Binary10110110111111101110110011100011101010010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FEEC; }

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

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

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

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

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

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

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

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