#BDF7A2

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

Shades of Madang #BDF7A2

Tints of Madang #BDF7A2

Color information

#BDF7A2 (or 0xBDF7A2) is unknown color: approx Madang. HEX triplet: BD, F7 and A2. RGB value is (189,247,162). Sum of RGB (Red+Green+Blue) = 189+247+162=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 247 (96.88% from 255 or 41.30% from 598); Blue value is 162 (63.67% from 255 or 27.09% from 598); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF7A2 is #42085D. Grayscale: #DCDCDC. Windows color (decimal): -4327518 or 10680253. OLE color: 10680253.

HSL color Cylindrical-coordinate representation of color #BDF7A2: hue angle of 100.94º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDF7A2 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB189247162-
CMYK0.2300.340.03
HSL100.94º84.16%80.2%-
HSV(B)100.94º34.41%96.86%-
XYZ60.7779.9546.41-
YUV219.9795.28105.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.61%
GREEN value IS 247 (96.88% from 255) = 41.30%
BLUE value IS 162 (63.67% from 255) = 27.09%
R=31.61%
G=41.30%
B=27.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471620.2300.340.03100.9484.1680.2
HexBDF7A2170223655450
Octal275367242270423145124120
Binary10111101111101111010001010111010001011110010110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7A2; }

 p { color: rgb(189,247,162); }

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

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

 a { background-color: rgb(189,247,162); }

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

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

 span { border-color: rgb(189,247,162); }

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