#BAF5EB

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

Shades of Water Leaf #BAF5EB

Tints of Water Leaf #BAF5EB

Color information

#BAF5EB (or 0xBAF5EB) is unknown color: approx Water Leaf. HEX triplet: BA, F5 and EB. RGB value is (186,245,235). Sum of RGB (Red+Green+Blue) = 186+245+235=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 245 (96.09% from 255 or 36.79% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF5EB is #450A14. Grayscale: #E2E2E2. Windows color (decimal): -4524565 or 15463866. OLE color: 15463866.

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

Color convert

RGB186245235-
CMYK0.2400.040.04
HSL169.83º74.68%84.51%-
HSV(B)169.83º24.08%96.08%-
XYZ67.981.7490.8-
YUV226.22132.9599.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.93%
GREEN value IS 245 (96.09% from 255) = 36.79%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=27.93%
G=36.79%
B=35.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862452350.2400.040.04169.8374.6884.51
HexBAF5EB18044aa4b55
Octal27236535330044252113125
Binary1011101011110101111010111100001001001010101010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF5EB; }

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

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

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

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

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

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

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

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