#BAF8AE

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

Shades of Madang #BAF8AE

Tints of Madang #BAF8AE

Color information

#BAF8AE (or 0xBAF8AE) is unknown color: approx Madang. HEX triplet: BA, F8 and AE. RGB value is (186,248,174). Sum of RGB (Red+Green+Blue) = 186+248+174=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF8AE is #450751. Grayscale: #DDDDDD. Windows color (decimal): -4523858 or 11466938. OLE color: 11466938.

HSL color Cylindrical-coordinate representation of color #BAF8AE: hue angle of 110.27º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAF8AE is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB186248174-
CMYK0.2500.300.03
HSL110.27º84.09%82.75%-
HSV(B)110.27º29.84%97.25%-
XYZ61.4680.6352.37-
YUV221.03101.46103.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 248 (97.27% from 255) = 40.79%
BLUE value IS 174 (68.36% from 255) = 28.62%
R=30.59%
G=40.79%
B=28.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862481740.2500.300.03110.2784.0982.75
HexBAF8AE1901E36e5453
Octal272370256310363156124123
Binary1011101011111000101011101100101111011110111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF8AE; }

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

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

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

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

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

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

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

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