#BADCB2

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

Shades of Madang #BADCB2

Tints of Madang #BADCB2

Color information

#BADCB2 (or 0xBADCB2) is unknown color: approx Madang. HEX triplet: BA, DC and B2. RGB value is (186,220,178). Sum of RGB (Red+Green+Blue) = 186+220+178=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADCB2 is #45234D. Grayscale: #CDCDCD. Windows color (decimal): -4531022 or 11721914. OLE color: 11721914.

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

Color convert

RGB186220178-
CMYK0.1500.190.14
HSL108.57º37.5%78.04%-
HSV(B)108.57º19.09%86.27%-
XYZ53.8864.8451.8-
YUV205.05112.74114.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 178 (69.92% from 255) = 30.48%
R=31.85%
G=37.67%
B=30.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201780.1500.190.14108.5737.578.04
HexBADCB2F013E6d264e
Octal272334262170231615546116
Binary1011101011011100101100101111010011111011011011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCB2; }

 p { color: rgb(186,220,178); }

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

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

 a { background-color: rgb(186,220,178); }

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

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

 span { border-color: rgb(186,220,178); }

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