#B6EAE1

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

Shades of Water Leaf #B6EAE1

Tints of Water Leaf #B6EAE1

Color information

#B6EAE1 (or 0xB6EAE1) is unknown color: approx Water Leaf. HEX triplet: B6, EA and E1. RGB value is (182,234,225). Sum of RGB (Red+Green+Blue) = 182+234+225=641 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.39% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #B6EAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EAE1 is #49151E. Grayscale: #D9D9D9. Windows color (decimal): -4789535 or 14805686. OLE color: 14805686.

HSL color Cylindrical-coordinate representation of color #B6EAE1: hue angle of 169.62º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6EAE1 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB182234225-
CMYK0.2200.040.08
HSL169.62º55.32%81.57%-
HSV(B)169.62º22.22%91.76%-
XYZ62.374.2382.28-
YUV217.43132.27102.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.39%
GREEN value IS 234 (91.80% from 255) = 36.51%
BLUE value IS 225 (88.28% from 255) = 35.10%
R=28.39%
G=36.51%
B=35.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822342250.2200.040.08169.6255.3281.57
HexB6EAE116048aa3752
Octal26635234126041025267122
Binary1011011011101010111000011011001001000101010101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EAE1; }

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

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

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

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

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

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

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

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