#BAFFAE

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

Shades of Madang #BAFFAE

Tints of Madang #BAFFAE

Color information

#BAFFAE (or 0xBAFFAE) is unknown color: approx Madang. HEX triplet: BA, FF and AE. RGB value is (186,255,174). Sum of RGB (Red+Green+Blue) = 186+255+174=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFFAE is #450051. Grayscale: #E1E1E1. Windows color (decimal): -4522066 or 11468730. OLE color: 11468730.

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

Color convert

RGB186255174-
CMYK0.2700.320
HSL111.11º100%84.12%-
HSV(B)111.11º31.76%100%-
XYZ63.6585.0253.1-
YUV225.1499.14100.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.24%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 174 (68.36% from 255) = 28.29%
R=30.24%
G=41.46%
B=28.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551740.2700.320111.1110084.12
HexBAFFAE1B02006f6454
Octal272377256330400157144124
Binary1011101011111111101011101101101000000110111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFAE; }

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

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

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

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

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

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

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

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