#BAFADF

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

Shades of Water Leaf #BAFADF

Tints of Water Leaf #BAFADF

Color information

#BAFADF (or 0xBAFADF) is unknown color: approx Water Leaf. HEX triplet: BA, FA and DF. RGB value is (186,250,223). Sum of RGB (Red+Green+Blue) = 186+250+223=659 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.22% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFADF is #450520. Grayscale: #E3E3E3. Windows color (decimal): -4523297 or 14678714. OLE color: 14678714.

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

Color convert

RGB186250223-
CMYK0.2600.110.02
HSL154.69º86.49%85.49%-
HSV(B)154.69º25.6%98.04%-
XYZ67.7584.1482.48-
YUV227.79125.398.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.22%
GREEN value IS 250 (98.05% from 255) = 37.94%
BLUE value IS 223 (87.5% from 255) = 33.84%
R=28.22%
G=37.94%
B=33.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862502230.2600.110.02154.6986.4985.49
HexBAFADF1A0B29b5655
Octal272372337320132233126125
Binary1011101011111010110111111101001011101001101110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFADF; }

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

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

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

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

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

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

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

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