#BDF6AD

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

Shades of Madang #BDF6AD

Tints of Madang #BDF6AD

Color information

#BDF6AD (or 0xBDF6AD) is unknown color: approx Madang. HEX triplet: BD, F6 and AD. RGB value is (189,246,173). Sum of RGB (Red+Green+Blue) = 189+246+173=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 246 (96.48% from 255 or 40.46% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF6AD is #420952. Grayscale: #DCDCDC. Windows color (decimal): -4327763 or 11400893. OLE color: 11400893.

HSL color Cylindrical-coordinate representation of color #BDF6AD: hue angle of 106.85º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDF6AD is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB189246173-
CMYK0.2300.300.04
HSL106.85º80.22%82.16%-
HSV(B)106.85º29.67%96.47%-
XYZ61.4879.7551.69-
YUV220.64101.12105.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 246 (96.48% from 255) = 40.46%
BLUE value IS 173 (67.97% from 255) = 28.45%
R=31.09%
G=40.46%
B=28.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892461730.2300.300.04106.8580.2282.16
HexBDF6AD1701E46b5052
Octal275366255270364153120122
Binary10111101111101101010110110111011110100110101110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6AD; }

 p { color: rgb(189,246,173); }

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

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

 a { background-color: rgb(189,246,173); }

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

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

 span { border-color: rgb(189,246,173); }

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