#BDDFA5

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

Shades of Madang #BDDFA5

Tints of Madang #BDDFA5

Color information

#BDDFA5 (or 0xBDDFA5) is unknown color: approx Madang. HEX triplet: BD, DF and A5. RGB value is (189,223,165). Sum of RGB (Red+Green+Blue) = 189+223+165=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDFA5 is #42205A. Grayscale: #CECECE. Windows color (decimal): -4333659 or 10870717. OLE color: 10870717.

HSL color Cylindrical-coordinate representation of color #BDDFA5: hue angle of 95.17º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDFA5 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB189223165-
CMYK0.1500.260.13
HSL95.17º47.54%76.08%-
HSV(B)95.17º26.01%87.45%-
XYZ54.1766.3145.54-
YUV206.22104.74115.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 223 (87.5% from 255) = 38.65%
BLUE value IS 165 (64.84% from 255) = 28.60%
R=32.76%
G=38.65%
B=28.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892231650.1500.260.1395.1747.5476.08
HexBDDFA5F01AD5f304c
Octal275337245170321513760114
Binary1011110111011111101001011111011010110110111111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFA5; }

 p { color: rgb(189,223,165); }

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

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

 a { background-color: rgb(189,223,165); }

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

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

 span { border-color: rgb(189,223,165); }

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