#BADBA5

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

Shades of Madang #BADBA5

Tints of Madang #BADBA5

Color information

#BADBA5 (or 0xBADBA5) is unknown color: approx Madang. HEX triplet: BA, DB and A5. RGB value is (186,219,165). Sum of RGB (Red+Green+Blue) = 186+219+165=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADBA5 is #45245A. Grayscale: #CBCBCB. Windows color (decimal): -4531291 or 10869690. OLE color: 10869690.

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

Color convert

RGB186219165-
CMYK0.1500.250.14
HSL96.67º42.86%75.29%-
HSV(B)96.67º24.66%85.88%-
XYZ52.3763.8245.16-
YUV202.98106.57115.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 165 (64.84% from 255) = 28.95%
R=32.63%
G=38.42%
B=28.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862191650.1500.250.1496.6742.8675.29
HexBADBA5F019E612b4b
Octal272333245170311614153113
Binary1011101011011011101001011111011001111011000011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBA5; }

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

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

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

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

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

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

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

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