#B6E9DA

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

Shades of Water Leaf #B6E9DA

Tints of Water Leaf #B6E9DA

Color information

#B6E9DA (or 0xB6E9DA) is unknown color: approx Water Leaf. HEX triplet: B6, E9 and DA. RGB value is (182,233,218). Sum of RGB (Red+Green+Blue) = 182+233+218=633 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.75% from 633); Green value is 233 (91.41% from 255 or 36.81% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 233 - color contains mainly: green. Hex color #B6E9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6E9DA is #491625. Grayscale: #D8D8D8. Windows color (decimal): -4789798 or 14346678. OLE color: 14346678.

HSL color Cylindrical-coordinate representation of color #B6E9DA: hue angle of 162.35º 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 #B6E9DA is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB182233218-
CMYK0.2200.060.09
HSL162.35º53.68%81.37%-
HSV(B)162.35º21.89%91.37%-
XYZ61.0973.2877.26-
YUV216.04129.1103.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.75%
GREEN value IS 233 (91.41% from 255) = 36.81%
BLUE value IS 218 (85.55% from 255) = 34.44%
R=28.75%
G=36.81%
B=34.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1822332180.2200.060.09162.3553.6881.37
HexB6E9DA16069a23651
Octal26635133226061124266121
Binary1011011011101001110110101011001101001101000101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E9DA; }

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

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

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

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

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

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

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

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