#B4FADE

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

Shades of Water Leaf #B4FADE

Tints of Water Leaf #B4FADE

Color information

#B4FADE (or 0xB4FADE) is unknown color: approx Water Leaf. HEX triplet: B4, FA and DE. RGB value is (180,250,222). Sum of RGB (Red+Green+Blue) = 180+250+222=652 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.61% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FADE is #4B0521. Grayscale: #E1E1E1. Windows color (decimal): -4916514 or 14613172. OLE color: 14613172.

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

Color convert

RGB180250222-
CMYK0.2800.110.02
HSL156º87.5%84.31%-
HSV(B)156º28%98.04%-
XYZ66.1983.3581.71-
YUV225.88125.8195.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.61%
GREEN value IS 250 (98.05% from 255) = 38.34%
BLUE value IS 222 (87.11% from 255) = 34.05%
R=27.61%
G=38.34%
B=34.05%

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
Decimal1802502220.2800.110.0215687.584.31
HexB4FADE1C0B29c5854
Octal264372336340132234130124
Binary1011010011111010110111101110001011101001110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FADE; }

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

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

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

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

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

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

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

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