#BDF1AE

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

Shades of Madang #BDF1AE

Tints of Madang #BDF1AE

Color information

#BDF1AE (or 0xBDF1AE) is unknown color: approx Madang. HEX triplet: BD, F1 and AE. RGB value is (189,241,174). Sum of RGB (Red+Green+Blue) = 189+241+174=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF1AE is #420E51. Grayscale: #DADADA. Windows color (decimal): -4329042 or 11465149. OLE color: 11465149.

HSL color Cylindrical-coordinate representation of color #BDF1AE: hue angle of 106.57º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDF1AE is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB189241174-
CMYK0.2200.280.05
HSL106.57º70.53%81.37%-
HSV(B)106.57º27.8%94.51%-
XYZ60.0876.7951.7-
YUV217.81103.27107.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 241 (94.53% from 255) = 39.90%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=31.29%
G=39.90%
B=28.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411740.2200.280.05106.5770.5381.37
HexBDF1AE1601C56b4751
Octal275361256260345153107121
Binary10111101111100011010111010110011100101110101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1AE; }

 p { color: rgb(189,241,174); }

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

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

 a { background-color: rgb(189,241,174); }

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

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

 span { border-color: rgb(189,241,174); }

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