#BDFAAC

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

Shades of Madang #BDFAAC

Tints of Madang #BDFAAC

Color information

#BDFAAC (or 0xBDFAAC) is unknown color: approx Madang. HEX triplet: BD, FA and AC. RGB value is (189,250,172). Sum of RGB (Red+Green+Blue) = 189+250+172=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFAAC is #420553. Grayscale: #DFDFDF. Windows color (decimal): -4326740 or 11336381. OLE color: 11336381.

HSL color Cylindrical-coordinate representation of color #BDFAAC: hue angle of 106.92º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDFAAC is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB189250172-
CMYK0.2400.310.02
HSL106.92º88.64%82.75%-
HSV(B)106.92º31.2%98.04%-
XYZ62.6282.1751.59-
YUV222.8799.29103.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 250 (98.05% from 255) = 40.92%
BLUE value IS 172 (67.58% from 255) = 28.15%
R=30.93%
G=40.92%
B=28.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892501720.2400.310.02106.9288.6482.75
HexBDFAAC1801F26b5953
Octal275372254300372153131123
Binary1011110111111010101011001100001111110110101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAAC; }

 p { color: rgb(189,250,172); }

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

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

 a { background-color: rgb(189,250,172); }

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

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

 span { border-color: rgb(189,250,172); }

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