#BAF7EB

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

Shades of Water Leaf #BAF7EB

Tints of Water Leaf #BAF7EB

Color information

#BAF7EB (or 0xBAF7EB) is unknown color: approx Water Leaf. HEX triplet: BA, F7 and EB. RGB value is (186,247,235). Sum of RGB (Red+Green+Blue) = 186+247+235=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 247 (96.88% from 255 or 36.98% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF7EB is #450814. Grayscale: #E3E3E3. Windows color (decimal): -4524053 or 15464378. OLE color: 15464378.

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

Color convert

RGB186247235-
CMYK0.2500.050.03
HSL168.2º79.22%84.9%-
HSV(B)168.2º24.7%96.86%-
XYZ68.5182.9691-
YUV227.39132.2998.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.84%
GREEN value IS 247 (96.88% from 255) = 36.98%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=27.84%
G=36.98%
B=35.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862472350.2500.050.03168.279.2284.9
HexBAF7EB19053a84f55
Octal27236735331053250117125
Binary101110101111011111101011110010101111010100010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7EB; }

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

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

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

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

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

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

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

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