#B6FAE1

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

Shades of Water Leaf #B6FAE1

Tints of Water Leaf #B6FAE1

Color information

#B6FAE1 (or 0xB6FAE1) is unknown color: approx Water Leaf. HEX triplet: B6, FA and E1. RGB value is (182,250,225). Sum of RGB (Red+Green+Blue) = 182+250+225=657 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.70% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FAE1 is #49051E. Grayscale: #E2E2E2. Windows color (decimal): -4785439 or 14809782. OLE color: 14809782.

HSL color Cylindrical-coordinate representation of color #B6FAE1: hue angle of 157.94º 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 #B6FAE1 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB182250225-
CMYK0.2700.100.02
HSL157.94º87.18%84.71%-
HSV(B)157.94º27.2%98.04%-
XYZ67.0783.7583.87-
YUV226.82126.9796.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.70%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 225 (88.28% from 255) = 34.25%
R=27.70%
G=38.05%
B=34.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822502250.2700.100.02157.9487.1884.71
HexB6FAE11B0A29e5755
Octal266372341330122236127125
Binary1011011011111010111000011101101010101001111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FAE1; }

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

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

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

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

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

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

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

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