#BDFBAD

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

Shades of Madang #BDFBAD

Tints of Madang #BDFBAD

Color information

#BDFBAD (or 0xBDFBAD) is unknown color: approx Madang. HEX triplet: BD, FB and AD. RGB value is (189,251,173). Sum of RGB (Red+Green+Blue) = 189+251+173=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFBAD is #420452. Grayscale: #DFDFDF. Windows color (decimal): -4326483 or 11402173. OLE color: 11402173.

HSL color Cylindrical-coordinate representation of color #BDFBAD: hue angle of 107.69º degrees, saturation: 0.91, 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 #BDFBAD is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB189251173-
CMYK0.2500.310.02
HSL107.69º90.7%83.14%-
HSV(B)107.69º31.08%98.43%-
XYZ63.0382.8352.2-
YUV223.5799.46103.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 251 (98.44% from 255) = 40.95%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=30.83%
G=40.95%
B=28.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511730.2500.310.02107.6990.783.14
HexBDFBAD1901F26c5b53
Octal275373255310372154133123
Binary1011110111111011101011011100101111110110110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBAD; }

 p { color: rgb(189,251,173); }

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

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

 a { background-color: rgb(189,251,173); }

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

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

 span { border-color: rgb(189,251,173); }

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