#B3FADF

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

Shades of Water Leaf #B3FADF

Tints of Water Leaf #B3FADF

Color information

#B3FADF (or 0xB3FADF) is unknown color: approx Water Leaf. HEX triplet: B3, FA and DF. RGB value is (179,250,223). Sum of RGB (Red+Green+Blue) = 179+250+223=652 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.45% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FADF is #4C0520. Grayscale: #E1E1E1. Windows color (decimal): -4982049 or 14678707. OLE color: 14678707.

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

Color convert

RGB179250223-
CMYK0.2800.110.02
HSL157.18º87.65%84.12%-
HSV(B)157.18º28.4%98.04%-
XYZ66.183.2882.4-
YUV225.69126.4894.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.45%
GREEN value IS 250 (98.05% from 255) = 38.34%
BLUE value IS 223 (87.5% from 255) = 34.20%
R=27.45%
G=38.34%
B=34.20%

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
Decimal1792502230.2800.110.02157.1887.6584.12
HexB3FADF1C0B29d5854
Octal263372337340132235130124
Binary1011001111111010110111111110001011101001110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FADF; }

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

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

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

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

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

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

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

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