#B6FAE4

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

Shades of Water Leaf #B6FAE4

Tints of Water Leaf #B6FAE4

Color information

#B6FAE4 (or 0xB6FAE4) is unknown color: approx Water Leaf. HEX triplet: B6, FA and E4. RGB value is (182,250,228). Sum of RGB (Red+Green+Blue) = 182+250+228=660 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.58% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FAE4 is #49051B. Grayscale: #E3E3E3. Windows color (decimal): -4785436 or 15006390. OLE color: 15006390.

HSL color Cylindrical-coordinate representation of color #B6FAE4: hue angle of 160.59º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6FAE4 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB182250228-
CMYK0.2700.090.02
HSL160.59º87.18%84.71%-
HSV(B)160.59º27.2%98.04%-
XYZ67.4883.9286.04-
YUV227.16128.4795.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.58%
GREEN value IS 250 (98.05% from 255) = 37.88%
BLUE value IS 228 (89.45% from 255) = 34.55%
R=27.58%
G=37.88%
B=34.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822502280.2700.090.02160.5987.1884.71
HexB6FAE41B092a15755
Octal266372344330112241127125
Binary1011011011111010111001001101101001101010000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FAE4; }

 p { color: rgb(182,250,228); }

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

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

 a { background-color: rgb(182,250,228); }

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

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

 span { border-color: rgb(182,250,228); }

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