#B5FAE8

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

Shades of Water Leaf #B5FAE8

Tints of Water Leaf #B5FAE8

Color information

#B5FAE8 (or 0xB5FAE8) is unknown color: approx Water Leaf. HEX triplet: B5, FA and E8. RGB value is (181,250,232). Sum of RGB (Red+Green+Blue) = 181+250+232=663 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.30% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FAE8 is #4A0517. Grayscale: #E3E3E3. Windows color (decimal): -4850968 or 15268533. OLE color: 15268533.

HSL color Cylindrical-coordinate representation of color #B5FAE8: hue angle of 164.35º 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 #B5FAE8 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB181250232-
CMYK0.2800.070.02
HSL164.35º87.34%84.51%-
HSV(B)164.35º27.6%98.04%-
XYZ67.8184.0288.99-
YUV227.32130.6494.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.30%
GREEN value IS 250 (98.05% from 255) = 37.71%
BLUE value IS 232 (91.02% from 255) = 34.99%
R=27.30%
G=37.71%
B=34.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812502320.2800.070.02164.3587.3484.51
HexB5FAE81C072a45755
Octal26537235034072244127125
Binary101101011111101011101000111000111101010010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FAE8; }

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

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

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

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

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

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

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

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