#BAFFAB

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

Shades of Madang #BAFFAB

Tints of Madang #BAFFAB

Color information

#BAFFAB (or 0xBAFFAB) is unknown color: approx Madang. HEX triplet: BA, FF and AB. RGB value is (186,255,171). Sum of RGB (Red+Green+Blue) = 186+255+171=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFFAB is #450054. Grayscale: #E1E1E1. Windows color (decimal): -4522069 or 11272122. OLE color: 11272122.

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

Color convert

RGB186255171-
CMYK0.2700.330
HSL109.29º100%83.53%-
HSV(B)109.29º32.94%100%-
XYZ63.3684.951.58-
YUV224.7997.64100.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 255 (100% from 255) = 41.67%
BLUE value IS 171 (67.19% from 255) = 27.94%
R=30.39%
G=41.67%
B=27.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551710.2700.330109.2910083.53
HexBAFFAB1B02106d6454
Octal272377253330410155144124
Binary1011101011111111101010111101101000010110110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFAB; }

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

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

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

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

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

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

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

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