#B6FFE9

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

Shades of Water Leaf #B6FFE9

Tints of Water Leaf #B6FFE9

Color information

#B6FFE9 (or 0xB6FFE9) is unknown color: approx Water Leaf. HEX triplet: B6, FF and E9. RGB value is (182,255,233). Sum of RGB (Red+Green+Blue) = 182+255+233=670 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.16% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 233 (91.41% from 255 or 34.78% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FFE9 is #490016. Grayscale: #E6E6E6. Windows color (decimal): -4784151 or 15335350. OLE color: 15335350.

HSL color Cylindrical-coordinate representation of color #B6FFE9: hue angle of 161.92º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFE9 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB182255233-
CMYK0.2900.090
HSL161.92º100%85.69%-
HSV(B)161.92º28.63%100%-
XYZ69.7687.3590.27-
YUV230.67129.3293.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.16%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 233 (91.41% from 255) = 34.78%
R=27.16%
G=38.06%
B=34.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822552330.2900.090161.9210085.69
HexB6FFE91D090a26456
Octal266377351350110242144126
Binary101101101111111111101001111010100101010001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FFE9; }

 p { color: rgb(182,255,233); }

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

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

 a { background-color: rgb(182,255,233); }

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

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

 span { border-color: rgb(182,255,233); }

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