#BAF5E3

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

Shades of Water Leaf #BAF5E3

Tints of Water Leaf #BAF5E3

Color information

#BAF5E3 (or 0xBAF5E3) is unknown color: approx Water Leaf. HEX triplet: BA, F5 and E3. RGB value is (186,245,227). Sum of RGB (Red+Green+Blue) = 186+245+227=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF5E3 is #450A1C. Grayscale: #E1E1E1. Windows color (decimal): -4524573 or 14939578. OLE color: 14939578.

HSL color Cylindrical-coordinate representation of color #BAF5E3: hue angle of 161.69º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF5E3 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB186245227-
CMYK0.2400.070.04
HSL161.69º74.68%84.51%-
HSV(B)161.69º24.08%96.08%-
XYZ66.7781.2984.84-
YUV225.31128.9599.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.27%
GREEN value IS 245 (96.09% from 255) = 37.23%
BLUE value IS 227 (89.06% from 255) = 34.50%
R=28.27%
G=37.23%
B=34.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862452270.2400.070.04161.6974.6884.51
HexBAF5E318074a24b55
Octal27236534330074242113125
Binary1011101011110101111000111100001111001010001010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF5E3; }

 p { color: rgb(186,245,227); }

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

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

 a { background-color: rgb(186,245,227); }

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

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

 span { border-color: rgb(186,245,227); }

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