#B5FAE2

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

Shades of Water Leaf #B5FAE2

Tints of Water Leaf #B5FAE2

Color information

#B5FAE2 (or 0xB5FAE2) is unknown color: approx Water Leaf. HEX triplet: B5, FA and E2. RGB value is (181,250,226). Sum of RGB (Red+Green+Blue) = 181+250+226=657 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.55% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FAE2 is #4A051D. Grayscale: #E2E2E2. Windows color (decimal): -4850974 or 14875317. OLE color: 14875317.

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

Color convert

RGB181250226-
CMYK0.2800.100.02
HSL159.13º87.34%84.51%-
HSV(B)159.13º27.6%98.04%-
XYZ66.9783.6984.57-
YUV226.63127.6495.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.55%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 226 (88.67% from 255) = 34.40%
R=27.55%
G=38.05%
B=34.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812502260.2800.100.02159.1387.3484.51
HexB5FAE21C0A29f5755
Octal265372342340122237127125
Binary1011010111111010111000101110001010101001111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FAE2; }

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

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

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

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

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

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

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

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