#BADFB5

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

Shades of Madang #BADFB5

Tints of Madang #BADFB5

Color information

#BADFB5 (or 0xBADFB5) is unknown color: approx Madang. HEX triplet: BA, DF and B5. RGB value is (186,223,181). Sum of RGB (Red+Green+Blue) = 186+223+181=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFB5 is #45204A. Grayscale: #CFCFCF. Windows color (decimal): -4530251 or 11919290. OLE color: 11919290.

HSL color Cylindrical-coordinate representation of color #BADFB5: hue angle of 112.86º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADFB5 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB186223181-
CMYK0.1700.190.13
HSL112.86º39.62%79.22%-
HSV(B)112.86º18.83%87.45%-
XYZ54.9866.5553.66-
YUV207.15113.24112.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 223 (87.5% from 255) = 37.80%
BLUE value IS 181 (71.09% from 255) = 30.68%
R=31.53%
G=37.80%
B=30.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862231810.1700.190.13112.8639.6279.22
HexBADFB511013D71284f
Octal272337265210231516150117
Binary10111010110111111011010110001010011110111100011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFB5; }

 p { color: rgb(186,223,181); }

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

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

 a { background-color: rgb(186,223,181); }

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

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

 span { border-color: rgb(186,223,181); }

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