#B6F8E2

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

Shades of Water Leaf #B6F8E2

Tints of Water Leaf #B6F8E2

Color information

#B6F8E2 (or 0xB6F8E2) is unknown color: approx Water Leaf. HEX triplet: B6, F8 and E2. RGB value is (182,248,226). Sum of RGB (Red+Green+Blue) = 182+248+226=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #B6F8E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F8E2 is #49071D. Grayscale: #E1E1E1. Windows color (decimal): -4785950 or 14874806. OLE color: 14874806.

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

Color convert

RGB182248226-
CMYK0.2700.090.03
HSL160º82.5%84.31%-
HSV(B)160º26.61%97.25%-
XYZ66.5982.5784.38-
YUV225.76128.1396.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.74%
GREEN value IS 248 (97.27% from 255) = 37.80%
BLUE value IS 226 (88.67% from 255) = 34.45%
R=27.74%
G=37.80%
B=34.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1822482260.2700.090.0316082.584.31
HexB6F8E21B093a05254
Octal266370342330113240122124
Binary1011011011111000111000101101101001111010000010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F8E2; }

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

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

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

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

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

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

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

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