#BDF5AD

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

Shades of Madang #BDF5AD

Tints of Madang #BDF5AD

Color information

#BDF5AD (or 0xBDF5AD) is unknown color: approx Madang. HEX triplet: BD, F5 and AD. RGB value is (189,245,173). Sum of RGB (Red+Green+Blue) = 189+245+173=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF5AD is #420A52. Grayscale: #DCDCDC. Windows color (decimal): -4328019 or 11400637. OLE color: 11400637.

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

Color convert

RGB189245173-
CMYK0.2300.290.04
HSL106.67º78.26%81.96%-
HSV(B)106.67º29.39%96.08%-
XYZ61.1879.1451.59-
YUV220.05101.45105.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 245 (96.09% from 255) = 40.36%
BLUE value IS 173 (67.97% from 255) = 28.50%
R=31.14%
G=40.36%
B=28.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892451730.2300.290.04106.6778.2681.96
HexBDF5AD1701D46b4e52
Octal275365255270354153116122
Binary10111101111101011010110110111011101100110101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF5AD; }

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

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

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

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

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

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

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

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