#B6F7E2

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

Shades of Water Leaf #B6F7E2

Tints of Water Leaf #B6F7E2

Color information

#B6F7E2 (or 0xB6F7E2) is unknown color: approx Water Leaf. HEX triplet: B6, F7 and E2. RGB value is (182,247,226). Sum of RGB (Red+Green+Blue) = 182+247+226=655 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.79% from 655); Green value is 247 (96.88% from 255 or 37.71% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 247 - color contains mainly: green. Hex color #B6F7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F7E2 is #49081D. Grayscale: #E1E1E1. Windows color (decimal): -4786206 or 14874550. OLE color: 14874550.

HSL color Cylindrical-coordinate representation of color #B6F7E2: hue angle of 160.62º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F7E2 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB182247226-
CMYK0.2600.090.03
HSL160.62º80.25%84.12%-
HSV(B)160.62º26.32%96.86%-
XYZ66.2881.9684.28-
YUV225.17128.4797.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.79%
GREEN value IS 247 (96.88% from 255) = 37.71%
BLUE value IS 226 (88.67% from 255) = 34.50%
R=27.79%
G=37.71%
B=34.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1822472260.2600.090.03160.6280.2584.12
HexB6F7E21A093a15054
Octal266367342320113241120124
Binary1011011011110111111000101101001001111010000110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F7E2; }

 p { color: rgb(182,247,226); }

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

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

 a { background-color: rgb(182,247,226); }

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

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

 span { border-color: rgb(182,247,226); }

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