#B5FAE4

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

Shades of Water Leaf #B5FAE4

Tints of Water Leaf #B5FAE4

Color information

#B5FAE4 (or 0xB5FAE4) is unknown color: approx Water Leaf. HEX triplet: B5, FA and E4. RGB value is (181,250,228). Sum of RGB (Red+Green+Blue) = 181+250+228=659 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.47% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 228 (89.45% from 255 or 34.60% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FAE4 is #4A051B. Grayscale: #E2E2E2. Windows color (decimal): -4850972 or 15006389. OLE color: 15006389.

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

Color convert

RGB181250228-
CMYK0.2800.090.02
HSL160.87º87.34%84.51%-
HSV(B)160.87º27.6%98.04%-
XYZ67.2583.886.03-
YUV226.86128.6495.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.47%
GREEN value IS 250 (98.05% from 255) = 37.94%
BLUE value IS 228 (89.45% from 255) = 34.60%
R=27.47%
G=37.94%
B=34.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812502280.2800.090.02160.8787.3484.51
HexB5FAE41C092a15755
Octal265372344340112241127125
Binary1011010111111010111001001110001001101010000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FAE4; }

 p { color: rgb(181,250,228); }

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

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

 a { background-color: rgb(181,250,228); }

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

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

 span { border-color: rgb(181,250,228); }

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