#BAFFE5

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

Shades of Water Leaf #BAFFE5

Tints of Water Leaf #BAFFE5

Color information

#BAFFE5 (or 0xBAFFE5) is unknown color: approx Water Leaf. HEX triplet: BA, FF and E5. RGB value is (186,255,229). Sum of RGB (Red+Green+Blue) = 186+255+229=670 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.76% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFE5 is #45001A. Grayscale: #E7E7E7. Windows color (decimal): -4522011 or 15073210. OLE color: 15073210.

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

Color convert

RGB186255229-
CMYK0.2700.100
HSL157.39º100%86.47%-
HSV(B)157.39º27.06%100%-
XYZ70.1587.6287.34-
YUV231.4126.6495.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.76%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 229 (89.84% from 255) = 34.18%
R=27.76%
G=38.06%
B=34.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862552290.2700.100157.3910086.47
HexBAFFE51B0A09d6456
Octal272377345330120235144126
Binary101110101111111111100101110110101001001110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFE5; }

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

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

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

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

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

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

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

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