#BAF7E9

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

Shades of Water Leaf #BAF7E9

Tints of Water Leaf #BAF7E9

Color information

#BAF7E9 (or 0xBAF7E9) is unknown color: approx Water Leaf. HEX triplet: BA, F7 and E9. RGB value is (186,247,233). Sum of RGB (Red+Green+Blue) = 186+247+233=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 247 (96.88% from 255 or 37.09% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF7E9 is #450816. Grayscale: #E3E3E3. Windows color (decimal): -4524055 or 15333306. OLE color: 15333306.

HSL color Cylindrical-coordinate representation of color #BAF7E9: hue angle of 166.23º 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 #BAF7E9 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB186247233-
CMYK0.2500.060.03
HSL166.23º79.22%84.9%-
HSV(B)166.23º24.7%96.86%-
XYZ68.2282.8489.49-
YUV227.17131.2998.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.93%
GREEN value IS 247 (96.88% from 255) = 37.09%
BLUE value IS 233 (91.41% from 255) = 34.98%
R=27.93%
G=37.09%
B=34.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862472330.2500.060.03166.2379.2284.9
HexBAF7E919063a64f55
Octal27236735131063246117125
Binary101110101111011111101001110010110111010011010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7E9; }

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

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

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

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

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

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

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

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