#B6FFE8

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

Shades of Water Leaf #B6FFE8

Tints of Water Leaf #B6FFE8

Color information

#B6FFE8 (or 0xB6FFE8) is unknown color: approx Water Leaf. HEX triplet: B6, FF and E8. RGB value is (182,255,232). Sum of RGB (Red+Green+Blue) = 182+255+232=669 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.20% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FFE8 is #490017. Grayscale: #E6E6E6. Windows color (decimal): -4784152 or 15269814. OLE color: 15269814.

HSL color Cylindrical-coordinate representation of color #B6FFE8: hue angle of 161.1º 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 #B6FFE8 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB182255232-
CMYK0.2900.090
HSL161.1º100%85.69%-
HSV(B)161.1º28.63%100%-
XYZ69.6287.2989.52-
YUV230.55128.8293.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.20%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 232 (91.02% from 255) = 34.68%
R=27.20%
G=38.12%
B=34.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822552320.2900.090161.110085.69
HexB6FFE81D090a16456
Octal266377350350110241144126
Binary101101101111111111101000111010100101010000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FFE8; }

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

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

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

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

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

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

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

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