#BADBAD

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

Shades of Madang #BADBAD

Tints of Madang #BADBAD

Color information

#BADBAD (or 0xBADBAD) is unknown color: approx Madang. HEX triplet: BA, DB and AD. RGB value is (186,219,173). Sum of RGB (Red+Green+Blue) = 186+219+173=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADBAD is #452452. Grayscale: #CCCCCC. Windows color (decimal): -4531283 or 11393978. OLE color: 11393978.

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

Color convert

RGB186219173-
CMYK0.1500.210.14
HSL103.04º38.98%76.86%-
HSV(B)103.04º21%85.88%-
XYZ53.1264.1249.11-
YUV203.89110.57115.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 219 (85.94% from 255) = 37.89%
BLUE value IS 173 (67.97% from 255) = 29.93%
R=32.18%
G=37.89%
B=29.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862191730.1500.210.14103.0438.9876.86
HexBADBADF015E67274d
Octal272333255170251614747115
Binary1011101011011011101011011111010101111011001111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBAD; }

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

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

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

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

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

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

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

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