#B5FCE1

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

Shades of Water Leaf #B5FCE1

Tints of Water Leaf #B5FCE1

Color information

#B5FCE1 (or 0xB5FCE1) is unknown color: approx Water Leaf. HEX triplet: B5, FC and E1. RGB value is (181,252,225). Sum of RGB (Red+Green+Blue) = 181+252+225=658 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.51% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FCE1 is #4A031E. Grayscale: #E3E3E3. Windows color (decimal): -4850463 or 14810293. OLE color: 14810293.

HSL color Cylindrical-coordinate representation of color #B5FCE1: hue angle of 157.18º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FCE1 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB181252225-
CMYK0.2800.110.01
HSL157.18º92.21%84.9%-
HSV(B)157.18º28.17%98.82%-
XYZ67.4684.8884.06-
YUV227.69126.4894.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.51%
GREEN value IS 252 (98.83% from 255) = 38.30%
BLUE value IS 225 (88.28% from 255) = 34.19%
R=27.51%
G=38.30%
B=34.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812522250.2800.110.01157.1892.2184.9
HexB5FCE11C0B19d5c55
Octal265374341340131235134125
Binary101101011111110011100001111000101111001110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FCE1; }

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

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

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

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

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

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

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

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