#B6F9E2

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

Shades of Water Leaf #B6F9E2

Tints of Water Leaf #B6F9E2

Color information

#B6F9E2 (or 0xB6F9E2) is unknown color: approx Water Leaf. HEX triplet: B6, F9 and E2. RGB value is (182,249,226). Sum of RGB (Red+Green+Blue) = 182+249+226=657 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.70% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F9E2 is #49061D. Grayscale: #E2E2E2. Windows color (decimal): -4785694 or 14875062. OLE color: 14875062.

HSL color Cylindrical-coordinate representation of color #B6F9E2: hue angle of 159.4º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6F9E2 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB182249226-
CMYK0.2700.090.02
HSL159.4º84.81%84.51%-
HSV(B)159.4º26.91%97.65%-
XYZ66.8983.1984.48-
YUV226.34127.896.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.70%
GREEN value IS 249 (97.66% from 255) = 37.90%
BLUE value IS 226 (88.67% from 255) = 34.40%
R=27.70%
G=37.90%
B=34.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822492260.2700.090.02159.484.8184.51
HexB6F9E21B0929f5555
Octal266371342330112237125125
Binary1011011011111001111000101101101001101001111110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F9E2; }

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

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

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

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

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

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

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

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