#BDF7AD

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

Shades of Madang #BDF7AD

Tints of Madang #BDF7AD

Color information

#BDF7AD (or 0xBDF7AD) is unknown color: approx Madang. HEX triplet: BD, F7 and AD. RGB value is (189,247,173). Sum of RGB (Red+Green+Blue) = 189+247+173=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF7AD is #420852. Grayscale: #DDDDDD. Windows color (decimal): -4327507 or 11401149. OLE color: 11401149.

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

Color convert

RGB189247173-
CMYK0.2300.300.03
HSL107.03º82.22%82.35%-
HSV(B)107.03º29.96%96.86%-
XYZ61.7980.3651.79-
YUV221.22100.78105.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 247 (96.88% from 255) = 40.56%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=31.03%
G=40.56%
B=28.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471730.2300.300.03107.0382.2282.35
HexBDF7AD1701E36b5252
Octal275367255270363153122122
Binary1011110111110111101011011011101111011110101110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7AD; }

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

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

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

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

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

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

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

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