#B6FADE

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

Shades of Water Leaf #B6FADE

Tints of Water Leaf #B6FADE

Color information

#B6FADE (or 0xB6FADE) is unknown color: approx Water Leaf. HEX triplet: B6, FA and DE. RGB value is (182,250,222). Sum of RGB (Red+Green+Blue) = 182+250+222=654 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.83% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FADE is #490521. Grayscale: #E2E2E2. Windows color (decimal): -4785442 or 14613174. OLE color: 14613174.

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

Color convert

RGB182250222-
CMYK0.2700.110.02
HSL155.29º87.18%84.71%-
HSV(B)155.29º27.2%98.04%-
XYZ66.6683.5981.73-
YUV226.48125.4796.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.83%
GREEN value IS 250 (98.05% from 255) = 38.23%
BLUE value IS 222 (87.11% from 255) = 33.94%
R=27.83%
G=38.23%
B=33.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822502220.2700.110.02155.2987.1884.71
HexB6FADE1B0B29b5755
Octal266372336330132233127125
Binary1011011011111010110111101101101011101001101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FADE; }

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

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

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

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

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

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

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

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