#B6FFE5

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

Shades of Water Leaf #B6FFE5

Tints of Water Leaf #B6FFE5

Color information

#B6FFE5 (or 0xB6FFE5) is unknown color: approx Water Leaf. HEX triplet: B6, FF and E5. RGB value is (182,255,229). Sum of RGB (Red+Green+Blue) = 182+255+229=666 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.33% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFE5 is #49001A. Grayscale: #E6E6E6. Windows color (decimal): -4784155 or 15073206. OLE color: 15073206.

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

Color convert

RGB182255229-
CMYK0.2900.100
HSL158.63º100%85.69%-
HSV(B)158.63º28.63%100%-
XYZ69.1987.1287.3-
YUV230.21127.3293.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.33%
GREEN value IS 255 (100% from 255) = 38.29%
BLUE value IS 229 (89.84% from 255) = 34.38%
R=27.33%
G=38.29%
B=34.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822552290.2900.100158.6310085.69
HexB6FFE51D0A09f6456
Octal266377345350120237144126
Binary101101101111111111100101111010101001001111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FFE5; }

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

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

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

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

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

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

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

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