#BDF6AE

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

Shades of Madang #BDF6AE

Tints of Madang #BDF6AE

Color information

#BDF6AE (or 0xBDF6AE) is unknown color: approx Madang. HEX triplet: BD, F6 and AE. RGB value is (189,246,174). Sum of RGB (Red+Green+Blue) = 189+246+174=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF6AE is #420951. Grayscale: #DCDCDC. Windows color (decimal): -4327762 or 11466429. OLE color: 11466429.

HSL color Cylindrical-coordinate representation of color #BDF6AE: hue angle of 107.5º degrees, saturation: 0.8, 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 #BDF6AE is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB189246174-
CMYK0.2300.290.04
HSL107.5º80%82.35%-
HSV(B)107.5º29.27%96.47%-
XYZ61.5879.7952.2-
YUV220.75101.62105.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 246 (96.48% from 255) = 40.39%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=31.03%
G=40.39%
B=28.57%

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
Decimal1892461740.2300.290.04107.58082.35
HexBDF6AE1701D46c5052
Octal275366256270354154120122
Binary10111101111101101010111010111011101100110110010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6AE; }

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

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

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

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

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

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

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

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