#BDFEAD

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

Shades of Madang #BDFEAD

Tints of Madang #BDFEAD

Color information

#BDFEAD (or 0xBDFEAD) is unknown color: approx Madang. HEX triplet: BD, FE and AD. RGB value is (189,254,173). Sum of RGB (Red+Green+Blue) = 189+254+173=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFEAD is #420152. Grayscale: #E1E1E1. Windows color (decimal): -4325715 or 11402941. OLE color: 11402941.

HSL color Cylindrical-coordinate representation of color #BDFEAD: hue angle of 108.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDFEAD is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB189254173-
CMYK0.2600.320.00
HSL108.15º97.59%83.73%-
HSV(B)108.15º31.89%99.61%-
XYZ63.9784.7252.52-
YUV225.3398.47102.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 254 (99.61% from 255) = 41.23%
BLUE value IS 173 (67.97% from 255) = 28.08%
R=30.68%
G=41.23%
B=28.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892541730.2600.320.00108.1597.5983.73
HexBDFEAD1A02006c6254
Octal275376255320400154142124
Binary1011110111111110101011011101001000000110110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEAD; }

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

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

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

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

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

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

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

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