#BDF1AF

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

Shades of Madang #BDF1AF

Tints of Madang #BDF1AF

Color information

#BDF1AF (or 0xBDF1AF) is unknown color: approx Madang. HEX triplet: BD, F1 and AF. RGB value is (189,241,175). Sum of RGB (Red+Green+Blue) = 189+241+175=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF1AF is #420E50. Grayscale: #DADADA. Windows color (decimal): -4329041 or 11530685. OLE color: 11530685.

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

Color convert

RGB189241175-
CMYK0.2200.270.05
HSL107.27º70.21%81.57%-
HSV(B)107.27º27.39%94.51%-
XYZ60.1876.8252.21-
YUV217.93103.77107.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 241 (94.53% from 255) = 39.83%
BLUE value IS 175 (68.75% from 255) = 28.93%
R=31.24%
G=39.83%
B=28.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411750.2200.270.05107.2770.2181.57
HexBDF1AF1601B56b4652
Octal275361257260335153106122
Binary10111101111100011010111110110011011101110101110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1AF; }

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

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

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

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

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

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

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

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