#BADAAF

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

Shades of Madang #BADAAF

Tints of Madang #BADAAF

Color information

#BADAAF (or 0xBADAAF) is unknown color: approx Madang. HEX triplet: BA, DA and AF. RGB value is (186,218,175). Sum of RGB (Red+Green+Blue) = 186+218+175=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADAAF is #452550. Grayscale: #CBCBCB. Windows color (decimal): -4531537 or 11524794. OLE color: 11524794.

HSL color Cylindrical-coordinate representation of color #BADAAF: hue angle of 104.65º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BADAAF is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB186218175-
CMYK0.1500.200.15
HSL104.65º36.75%77.06%-
HSV(B)104.65º19.72%85.49%-
XYZ53.0663.6850.05-
YUV203.53111.9115.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=32.12%
G=37.65%
B=30.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862181750.1500.200.15104.6536.7577.06
HexBADAAFF014F69254d
Octal272332257170241715145115
Binary1011101011011010101011111111010100111111010011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAAF; }

 p { color: rgb(186,218,175); }

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

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

 a { background-color: rgb(186,218,175); }

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

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

 span { border-color: rgb(186,218,175); }

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