#BADCB0

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

Shades of Madang #BADCB0

Tints of Madang #BADCB0

Color information

#BADCB0 (or 0xBADCB0) is unknown color: approx Madang. HEX triplet: BA, DC and B0. RGB value is (186,220,176). Sum of RGB (Red+Green+Blue) = 186+220+176=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADCB0 is #45234F. Grayscale: #CCCCCC. Windows color (decimal): -4531024 or 11590842. OLE color: 11590842.

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

Color convert

RGB186220176-
CMYK0.1500.20.14
HSL106.36º38.6%77.65%-
HSV(B)106.36º20%86.27%-
XYZ53.6864.7650.75-
YUV204.82111.74114.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 220 (86.33% from 255) = 37.80%
BLUE value IS 176 (69.14% from 255) = 30.24%
R=31.96%
G=37.80%
B=30.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201760.1500.20.14106.3638.677.65
HexBADCB0F014E6a274e
Octal272334260170241615247116
Binary1011101011011100101100001111010100111011010101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADCB0; }

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

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

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

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

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

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

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

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