#B5FFE1

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

Shades of Water Leaf #B5FFE1

Tints of Water Leaf #B5FFE1

Color information

#B5FFE1 (or 0xB5FFE1) is unknown color: approx Water Leaf. HEX triplet: B5, FF and E1. RGB value is (181,255,225). Sum of RGB (Red+Green+Blue) = 181+255+225=661 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.38% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFE1 is #4A001E. Grayscale: #E5E5E5. Windows color (decimal): -4849695 or 14811061. OLE color: 14811061.

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

Color convert

RGB181255225-
CMYK0.2900.120
HSL155.68º100%85.49%-
HSV(B)155.68º29.02%100%-
XYZ68.4186.7884.38-
YUV229.45125.4893.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.38%
GREEN value IS 255 (100% from 255) = 38.58%
BLUE value IS 225 (88.28% from 255) = 34.04%
R=27.38%
G=38.58%
B=34.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812552250.2900.120155.6810085.49
HexB5FFE11D0C09c6455
Octal265377341350140234144125
Binary101101011111111111100001111010110001001110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FFE1; }

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

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

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

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

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

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

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

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