#BAFEAE

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

Shades of Madang #BAFEAE

Tints of Madang #BAFEAE

Color information

#BAFEAE (or 0xBAFEAE) is unknown color: approx Madang. HEX triplet: BA, FE and AE. RGB value is (186,254,174). Sum of RGB (Red+Green+Blue) = 186+254+174=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFEAE is #450151. Grayscale: #E0E0E0. Windows color (decimal): -4522322 or 11468474. OLE color: 11468474.

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

Color convert

RGB186254174-
CMYK0.2700.310.00
HSL111º97.56%83.92%-
HSV(B)111º31.5%99.61%-
XYZ63.3384.3852.99-
YUV224.5599.47100.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 254 (99.61% from 255) = 41.37%
BLUE value IS 174 (68.36% from 255) = 28.34%
R=30.29%
G=41.37%
B=28.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862541740.2700.310.0011197.5683.92
HexBAFEAE1B01F06f6254
Octal272376256330370157142124
Binary101110101111111010101110110110111110110111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEAE; }

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

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

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

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

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

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

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

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