#BDDAB0

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

Shades of Madang #BDDAB0

Tints of Madang #BDDAB0

Color information

#BDDAB0 (or 0xBDDAB0) is unknown color: approx Madang. HEX triplet: BD, DA and B0. RGB value is (189,218,176). Sum of RGB (Red+Green+Blue) = 189+218+176=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDAB0 is #42254F. Grayscale: #CCCCCC. Windows color (decimal): -4334928 or 11590333. OLE color: 11590333.

HSL color Cylindrical-coordinate representation of color #BDDAB0: hue angle of 101.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDAB0 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB189218176-
CMYK0.1300.190.15
HSL101.43º36.21%77.25%-
HSV(B)101.43º19.27%85.49%-
XYZ53.8964.150.61-
YUV204.54111.89116.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 176 (69.14% from 255) = 30.19%
R=32.42%
G=37.39%
B=30.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892181760.1300.190.15101.4336.2177.25
HexBDDAB0D013F65244d
Octal275332260150231714544115
Binary1011110111011010101100001101010011111111001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAB0; }

 p { color: rgb(189,218,176); }

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

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

 a { background-color: rgb(189,218,176); }

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

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

 span { border-color: rgb(189,218,176); }

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