#B6FADF

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

Shades of Water Leaf #B6FADF

Tints of Water Leaf #B6FADF

Color information

#B6FADF (or 0xB6FADF) is unknown color: approx Water Leaf. HEX triplet: B6, FA and DF. RGB value is (182,250,223). Sum of RGB (Red+Green+Blue) = 182+250+223=655 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.79% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FADF is #490520. Grayscale: #E2E2E2. Windows color (decimal): -4785441 or 14678710. OLE color: 14678710.

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

Color convert

RGB182250223-
CMYK0.2700.110.02
HSL156.18º87.18%84.71%-
HSV(B)156.18º27.2%98.04%-
XYZ66.883.6482.44-
YUV226.59125.9796.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.79%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 223 (87.5% from 255) = 34.05%
R=27.79%
G=38.17%
B=34.05%

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
Decimal1822502230.2700.110.02156.1887.1884.71
HexB6FADF1B0B29c5755
Octal266372337330132234127125
Binary1011011011111010110111111101101011101001110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FADF; }

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

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

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

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

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

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

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

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