#BADBA6

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

Shades of Madang #BADBA6

Tints of Madang #BADBA6

Color information

#BADBA6 (or 0xBADBA6) is unknown color: approx Madang. HEX triplet: BA, DB and A6. RGB value is (186,219,166). Sum of RGB (Red+Green+Blue) = 186+219+166=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 166 (65.23% from 255 or 29.07% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADBA6 is #452459. Grayscale: #CBCBCB. Windows color (decimal): -4531290 or 10935226. OLE color: 10935226.

HSL color Cylindrical-coordinate representation of color #BADBA6: hue angle of 97.36º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BADBA6 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB186219166-
CMYK0.1500.240.14
HSL97.36º42.4%75.49%-
HSV(B)97.36º24.2%85.88%-
XYZ52.4663.8645.64-
YUV203.09107.07115.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 219 (85.94% from 255) = 38.35%
BLUE value IS 166 (65.23% from 255) = 29.07%
R=32.57%
G=38.35%
B=29.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862191660.1500.240.1497.3642.475.49
HexBADBA6F018E612a4b
Octal272333246170301614152113
Binary1011101011011011101001101111011000111011000011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBA6; }

 p { color: rgb(186,219,166); }

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

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

 a { background-color: rgb(186,219,166); }

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

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

 span { border-color: rgb(186,219,166); }

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