#B5FFE7

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

Shades of Water Leaf #B5FFE7

Tints of Water Leaf #B5FFE7

Color information

#B5FFE7 (or 0xB5FFE7) is unknown color: approx Water Leaf. HEX triplet: B5, FF and E7. RGB value is (181,255,231). Sum of RGB (Red+Green+Blue) = 181+255+231=667 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.14% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFE7 is #4A0018. Grayscale: #E6E6E6. Windows color (decimal): -4849689 or 15204277. OLE color: 15204277.

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

Color convert

RGB181255231-
CMYK0.2900.090
HSL160.54º100%85.49%-
HSV(B)160.54º29.02%100%-
XYZ69.2487.1188.77-
YUV230.14128.4892.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.14%
GREEN value IS 255 (100% from 255) = 38.23%
BLUE value IS 231 (90.62% from 255) = 34.63%
R=27.14%
G=38.23%
B=34.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812552310.2900.090160.5410085.49
HexB5FFE71D090a16455
Octal265377347350110241144125
Binary101101011111111111100111111010100101010000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FFE7; }

 p { color: rgb(181,255,231); }

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

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

 a { background-color: rgb(181,255,231); }

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

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

 span { border-color: rgb(181,255,231); }

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