#B3FADE

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

Shades of Water Leaf #B3FADE

Tints of Water Leaf #B3FADE

Color information

#B3FADE (or 0xB3FADE) is unknown color: approx Water Leaf. HEX triplet: B3, FA and DE. RGB value is (179,250,222). Sum of RGB (Red+Green+Blue) = 179+250+222=651 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.50% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FADE is #4C0521. Grayscale: #E1E1E1. Windows color (decimal): -4982050 or 14613171. OLE color: 14613171.

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

Color convert

RGB179250222-
CMYK0.2800.110.02
HSL156.34º87.65%84.12%-
HSV(B)156.34º28.4%98.04%-
XYZ65.9683.2381.7-
YUV225.58125.9894.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.50%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=27.50%
G=38.40%
B=34.10%

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
Decimal1792502220.2800.110.02156.3487.6584.12
HexB3FADE1C0B29c5854
Octal263372336340132234130124
Binary1011001111111010110111101110001011101001110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FADE; }

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

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

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

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

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

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

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

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