#BAF7EC

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

Shades of Water Leaf #BAF7EC

Tints of Water Leaf #BAF7EC

Color information

#BAF7EC (or 0xBAF7EC) is unknown color: approx Water Leaf. HEX triplet: BA, F7 and EC. RGB value is (186,247,236). Sum of RGB (Red+Green+Blue) = 186+247+236=669 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.80% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF7EC is #450813. Grayscale: #E3E3E3. Windows color (decimal): -4524052 or 15529914. OLE color: 15529914.

HSL color Cylindrical-coordinate representation of color #BAF7EC: hue angle of 169.18º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF7EC is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB186247236-
CMYK0.2500.040.03
HSL169.18º79.22%84.9%-
HSV(B)169.18º24.7%96.86%-
XYZ68.6583.0291.76-
YUV227.51132.7998.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.80%
GREEN value IS 247 (96.88% from 255) = 36.92%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=27.80%
G=36.92%
B=35.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862472360.2500.040.03169.1879.2284.9
HexBAF7EC19043a94f55
Octal27236735431043251117125
Binary101110101111011111101100110010100111010100110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7EC; }

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

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

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

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

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

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

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

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