#BAF5E8

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

Shades of Water Leaf #BAF5E8

Tints of Water Leaf #BAF5E8

Color information

#BAF5E8 (or 0xBAF5E8) is unknown color: approx Water Leaf. HEX triplet: BA, F5 and E8. RGB value is (186,245,232). Sum of RGB (Red+Green+Blue) = 186+245+232=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF5E8 is #450A17. Grayscale: #E1E1E1. Windows color (decimal): -4524568 or 15267258. OLE color: 15267258.

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

Color convert

RGB186245232-
CMYK0.2400.050.04
HSL166.78º74.68%84.51%-
HSV(B)166.78º24.08%96.08%-
XYZ67.4781.5788.53-
YUV225.88131.4599.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.05%
GREEN value IS 245 (96.09% from 255) = 36.95%
BLUE value IS 232 (91.02% from 255) = 34.99%
R=28.05%
G=36.95%
B=34.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862452320.2400.050.04166.7874.6884.51
HexBAF5E818054a74b55
Octal27236535030054247113125
Binary1011101011110101111010001100001011001010011110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF5E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF5E8; }

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

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

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

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

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

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

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

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