#BAF8EC

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

Shades of Water Leaf #BAF8EC

Tints of Water Leaf #BAF8EC

Color information

#BAF8EC (or 0xBAF8EC) is unknown color: approx Water Leaf. HEX triplet: BA, F8 and EC. RGB value is (186,248,236). Sum of RGB (Red+Green+Blue) = 186+248+236=670 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.76% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF8EC is #450713. Grayscale: #E4E4E4. Windows color (decimal): -4523796 or 15530170. OLE color: 15530170.

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

Color convert

RGB186248236-
CMYK0.2500.050.03
HSL168.39º81.58%85.1%-
HSV(B)168.39º25%97.25%-
XYZ68.9683.6391.86-
YUV228.09132.4697.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.76%
GREEN value IS 248 (97.27% from 255) = 37.01%
BLUE value IS 236 (92.58% from 255) = 35.22%
R=27.76%
G=37.01%
B=35.22%

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
Decimal1862482360.2500.050.03168.3981.5885.1
HexBAF8EC19053a85255
Octal27237035431053250122125
Binary101110101111100011101100110010101111010100010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF8EC; }

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

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

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

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

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

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

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

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