#B6F2E3

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

Shades of Water Leaf #B6F2E3

Tints of Water Leaf #B6F2E3

Color information

#B6F2E3 (or 0xB6F2E3) is unknown color: approx Water Leaf. HEX triplet: B6, F2 and E3. RGB value is (182,242,227). Sum of RGB (Red+Green+Blue) = 182+242+227=651 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.96% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F2E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F2E3 is #490D1C. Grayscale: #DEDEDE. Windows color (decimal): -4787485 or 14938806. OLE color: 14938806.

HSL color Cylindrical-coordinate representation of color #B6F2E3: hue angle of 165º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6F2E3 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB182242227-
CMYK0.2500.060.05
HSL165º69.77%83.14%-
HSV(B)165º24.79%94.9%-
XYZ64.917984.5-
YUV222.35130.6299.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.96%
GREEN value IS 242 (94.92% from 255) = 37.17%
BLUE value IS 227 (89.06% from 255) = 34.87%
R=27.96%
G=37.17%
B=34.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822422270.2500.060.0516569.7783.14
HexB6F2E319065a54653
Octal26636234331065245106123
Binary1011011011110010111000111100101101011010010110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F2E3; }

 p { color: rgb(182,242,227); }

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

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

 a { background-color: rgb(182,242,227); }

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

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

 span { border-color: rgb(182,242,227); }

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