#BAFFA7

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

Shades of Madang #BAFFA7

Tints of Madang #BAFFA7

Color information

#BAFFA7 (or 0xBAFFA7) is unknown color: approx Madang. HEX triplet: BA, FF and A7. RGB value is (186,255,167). Sum of RGB (Red+Green+Blue) = 186+255+167=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 167 (65.62% from 255 or 27.47% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFFA7 is #450058. Grayscale: #E0E0E0. Windows color (decimal): -4522073 or 11009978. OLE color: 11009978.

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

Color convert

RGB186255167-
CMYK0.2700.350
HSL107.05º100%82.75%-
HSV(B)107.05º34.51%100%-
XYZ62.9884.7549.6-
YUV224.3495.64100.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 255 (100% from 255) = 41.94%
BLUE value IS 167 (65.62% from 255) = 27.47%
R=30.59%
G=41.94%
B=27.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551670.2700.350107.0510082.75
HexBAFFA71B02306b6453
Octal272377247330430153144123
Binary1011101011111111101001111101101000110110101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFA7; }

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

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

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

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

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

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

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

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