#B6E9E4

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

Shades of Water Leaf #B6E9E4

Tints of Water Leaf #B6E9E4

Color information

#B6E9E4 (or 0xB6E9E4) is unknown color: approx Water Leaf. HEX triplet: B6, E9 and E4. RGB value is (182,233,228). Sum of RGB (Red+Green+Blue) = 182+233+228=643 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.30% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 233 - color contains mainly: green. Hex color #B6E9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6E9E4 is #49161B. Grayscale: #D9D9D9. Windows color (decimal): -4789788 or 15002038. OLE color: 15002038.

HSL color Cylindrical-coordinate representation of color #B6E9E4: hue angle of 174.12º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6E9E4 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB182233228-
CMYK0.2200.020.09
HSL174.12º53.68%81.37%-
HSV(B)174.12º21.89%91.37%-
XYZ62.4373.8284.36-
YUV217.18134.1102.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.30%
GREEN value IS 233 (91.41% from 255) = 36.24%
BLUE value IS 228 (89.45% from 255) = 35.46%
R=28.30%
G=36.24%
B=35.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1822332280.2200.020.09174.1253.6881.37
HexB6E9E416029ae3651
Octal26635134426021125666121
Binary101101101110100111100100101100101001101011101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E9E4; }

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

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

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

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

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

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

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

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