#BDF8A2

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

Shades of Madang #BDF8A2

Tints of Madang #BDF8A2

Color information

#BDF8A2 (or 0xBDF8A2) is unknown color: approx Madang. HEX triplet: BD, F8 and A2. RGB value is (189,248,162). Sum of RGB (Red+Green+Blue) = 189+248+162=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 162 (63.67% from 255 or 27.05% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF8A2 is #42075D. Grayscale: #DCDCDC. Windows color (decimal): -4327262 or 10680509. OLE color: 10680509.

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

Color convert

RGB189248162-
CMYK0.2400.350.03
HSL101.16º86%80.39%-
HSV(B)101.16º34.68%97.25%-
XYZ61.0880.5646.51-
YUV220.5594.95105.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.55%
GREEN value IS 248 (97.27% from 255) = 41.40%
BLUE value IS 162 (63.67% from 255) = 27.05%
R=31.55%
G=41.40%
B=27.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892481620.2400.350.03101.168680.39
HexBDF8A2180233655650
Octal275370242300433145126120
Binary10111101111110001010001011000010001111110010110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF8A2; }

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

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

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

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

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

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

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

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