#B6E7DA

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

Shades of Water Leaf #B6E7DA

Tints of Water Leaf #B6E7DA

Color information

#B6E7DA (or 0xB6E7DA) is unknown color: approx Water Leaf. HEX triplet: B6, E7 and DA. RGB value is (182,231,218). Sum of RGB (Red+Green+Blue) = 182+231+218=631 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.84% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 231 - color contains mainly: green. Hex color #B6E7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6E7DA is #491825. Grayscale: #D6D6D6. Windows color (decimal): -4790310 or 14346166. OLE color: 14346166.

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

Color convert

RGB182231218-
CMYK0.2100.060.09
HSL164.08º50.52%80.98%-
HSV(B)164.08º21.21%90.59%-
XYZ60.5272.1677.07-
YUV214.87129.77104.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.84%
GREEN value IS 231 (90.62% from 255) = 36.61%
BLUE value IS 218 (85.55% from 255) = 34.55%
R=28.84%
G=36.61%
B=34.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1822312180.2100.060.09164.0850.5280.98
HexB6E7DA15069a43351
Octal26634733225061124463121
Binary1011011011100111110110101010101101001101001001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E7DA; }

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

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

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

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

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

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

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

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