#BAFEEA

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

Shades of Water Leaf #BAFEEA

Tints of Water Leaf #BAFEEA

Color information

#BAFEEA (or 0xBAFEEA) is unknown color: approx Water Leaf. HEX triplet: BA, FE and EA. RGB value is (186,254,234). Sum of RGB (Red+Green+Blue) = 186+254+234=674 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.60% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFEEA is #450115. Grayscale: #E7E7E7. Windows color (decimal): -4522262 or 15400634. OLE color: 15400634.

HSL color Cylindrical-coordinate representation of color #BAFEEA: hue angle of 162.35º 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 #BAFEEA is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB186254234-
CMYK0.2700.080.00
HSL162.35º97.14%86.27%-
HSV(B)162.35º26.77%99.61%-
XYZ70.5487.2690.97-
YUV231.39129.4795.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.60%
GREEN value IS 254 (99.61% from 255) = 37.69%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=27.60%
G=37.69%
B=34.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862542340.2700.080.00162.3597.1486.27
HexBAFEEA1B080a26156
Octal272376352330100242141126
Binary101110101111111011101010110110100001010001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEEA; }

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

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

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

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

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

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

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

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