#B1FADF

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

Shades of Water Leaf #B1FADF

Tints of Water Leaf #B1FADF

Color information

#B1FADF (or 0xB1FADF) is unknown color: approx Water Leaf. HEX triplet: B1, FA and DF. RGB value is (177,250,223). Sum of RGB (Red+Green+Blue) = 177+250+223=650 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.23% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FADF is #4E0520. Grayscale: #E1E1E1. Windows color (decimal): -5113121 or 14678705. OLE color: 14678705.

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

Color convert

RGB177250223-
CMYK0.2900.110.02
HSL157.81º87.95%83.73%-
HSV(B)157.81º29.2%98.04%-
XYZ65.6483.0582.38-
YUV225.1126.8293.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.23%
GREEN value IS 250 (98.05% from 255) = 38.46%
BLUE value IS 223 (87.5% from 255) = 34.31%
R=27.23%
G=38.46%
B=34.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772502230.2900.110.02157.8187.9583.73
HexB1FADF1D0B29e5854
Octal261372337350132236130124
Binary1011000111111010110111111110101011101001111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FADF; }

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

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

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

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

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

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

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

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