#BAFFEC

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

Shades of Water Leaf #BAFFEC

Tints of Water Leaf #BAFFEC

Color information

#BAFFEC (or 0xBAFFEC) is unknown color: approx Water Leaf. HEX triplet: BA, FF and EC. RGB value is (186,255,236). Sum of RGB (Red+Green+Blue) = 186+255+236=677 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.47% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFEC is #450013. Grayscale: #E8E8E8. Windows color (decimal): -4522004 or 15531962. OLE color: 15531962.

HSL color Cylindrical-coordinate representation of color #BAFFEC: hue angle of 163.48º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFEC is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB186255236-
CMYK0.2700.070
HSL163.48º100%86.47%-
HSV(B)163.48º27.06%100%-
XYZ71.1588.0292.6-
YUV232.2130.1495.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.47%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 236 (92.58% from 255) = 34.86%
R=27.47%
G=37.67%
B=34.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862552360.2700.070163.4810086.47
HexBAFFEC1B070a36456
Octal27237735433070243144126
Binary10111010111111111110110011011011101010001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFEC; }

 p { color: rgb(186,255,236); }

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

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

 a { background-color: rgb(186,255,236); }

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

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

 span { border-color: rgb(186,255,236); }

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