#BAFEEC

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

Shades of Water Leaf #BAFEEC

Tints of Water Leaf #BAFEEC

Color information

#BAFEEC (or 0xBAFEEC) is unknown color: approx Water Leaf. HEX triplet: BA, FE and EC. RGB value is (186,254,236). Sum of RGB (Red+Green+Blue) = 186+254+236=676 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.51% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFEEC is #450113. Grayscale: #E7E7E7. Windows color (decimal): -4522260 or 15531706. OLE color: 15531706.

HSL color Cylindrical-coordinate representation of color #BAFEEC: hue angle of 164.12º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFEEC is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB186254236-
CMYK0.2700.070.00
HSL164.12º97.14%86.27%-
HSV(B)164.12º26.77%99.61%-
XYZ70.8387.3892.49-
YUV231.62130.4795.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.51%
GREEN value IS 254 (99.61% from 255) = 37.57%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=27.51%
G=37.57%
B=34.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862542360.2700.070.00164.1297.1486.27
HexBAFEEC1B070a46156
Octal27237635433070244141126
Binary10111010111111101110110011011011101010010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEEC; }

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

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

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

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

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

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

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

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