#B5FADE

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

Shades of Water Leaf #B5FADE

Tints of Water Leaf #B5FADE

Color information

#B5FADE (or 0xB5FADE) is unknown color: approx Water Leaf. HEX triplet: B5, FA and DE. RGB value is (181,250,222). Sum of RGB (Red+Green+Blue) = 181+250+222=653 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.72% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FADE is #4A0521. Grayscale: #E2E2E2. Windows color (decimal): -4850978 or 14613173. OLE color: 14613173.

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

Color convert

RGB181250222-
CMYK0.2800.110.02
HSL155.65º87.34%84.51%-
HSV(B)155.65º27.6%98.04%-
XYZ66.4383.4781.72-
YUV226.18125.6495.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 27.72%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 222 (87.11% from 255) = 34.00%
R=27.72%
G=38.28%
B=34.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812502220.2800.110.02155.6587.3484.51
HexB5FADE1C0B29c5755
Octal265372336340132234127125
Binary1011010111111010110111101110001011101001110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FADE; }

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

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

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

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

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

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

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

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