#BAFEE1

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

Shades of Water Leaf #BAFEE1

Tints of Water Leaf #BAFEE1

Color information

#BAFEE1 (or 0xBAFEE1) is unknown color: approx Water Leaf. HEX triplet: BA, FE and E1. RGB value is (186,254,225). Sum of RGB (Red+Green+Blue) = 186+254+225=665 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.97% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEE1 is #45011E. Grayscale: #E6E6E6. Windows color (decimal): -4522271 or 14810810. OLE color: 14810810.

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

Color convert

RGB186254225-
CMYK0.2700.110.00
HSL154.41º97.14%86.27%-
HSV(B)154.41º26.77%99.61%-
XYZ69.2886.7684.33-
YUV230.36124.9796.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.97%
GREEN value IS 254 (99.61% from 255) = 38.20%
BLUE value IS 225 (88.28% from 255) = 33.83%
R=27.97%
G=38.20%
B=33.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862542250.2700.110.00154.4197.1486.27
HexBAFEE11B0B09a6156
Octal272376341330130232141126
Binary101110101111111011100001110110101101001101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEE1; }

 p { color: rgb(186,254,225); }

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

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

 a { background-color: rgb(186,254,225); }

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

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

 span { border-color: rgb(186,254,225); }

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