#BDECAC

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

Shades of Madang #BDECAC

Tints of Madang #BDECAC

Color information

#BDECAC (or 0xBDECAC) is unknown color: approx Madang. HEX triplet: BD, EC and AC. RGB value is (189,236,172). Sum of RGB (Red+Green+Blue) = 189+236+172=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDECAC is #421353. Grayscale: #D6D6D6. Windows color (decimal): -4330324 or 11332797. OLE color: 11332797.

HSL color Cylindrical-coordinate representation of color #BDECAC: hue angle of 104.06º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDECAC is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB189236172-
CMYK0.2000.270.07
HSL104.06º62.75%80%-
HSV(B)104.06º27.12%92.55%-
XYZ58.4373.7950.19-
YUV214.65103.93109.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.66%
GREEN value IS 236 (92.58% from 255) = 39.53%
BLUE value IS 172 (67.58% from 255) = 28.81%
R=31.66%
G=39.53%
B=28.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892361720.2000.270.07104.0662.7580
HexBDECAC1401B7683f50
Octal27535425424033715077120
Binary1011110111101100101011001010001101111111010001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECAC; }

 p { color: rgb(189,236,172); }

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

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

 a { background-color: rgb(189,236,172); }

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

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

 span { border-color: rgb(189,236,172); }

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