#BADEB1

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

Shades of Madang #BADEB1

Tints of Madang #BADEB1

Color information

#BADEB1 (or 0xBADEB1) is unknown color: approx Madang. HEX triplet: BA, DE and B1. RGB value is (186,222,177). Sum of RGB (Red+Green+Blue) = 186+222+177=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEB1 is #45214E. Grayscale: #CECECE. Windows color (decimal): -4530511 or 11656890. OLE color: 11656890.

HSL color Cylindrical-coordinate representation of color #BADEB1: hue angle of 108º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BADEB1 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB186222177-
CMYK0.1600.200.13
HSL108º40.54%78.24%-
HSV(B)108º20.27%87.06%-
XYZ54.3165.8651.44-
YUV206.11111.57113.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 177 (69.53% from 255) = 30.26%
R=31.79%
G=37.95%
B=30.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221770.1600.200.1310840.5478.24
HexBADEB110014D6c294e
Octal272336261200241515451116
Binary10111010110111101011000110000010100110111011001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEB1; }

 p { color: rgb(186,222,177); }

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

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

 a { background-color: rgb(186,222,177); }

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

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

 span { border-color: rgb(186,222,177); }

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