#BDDBAD

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

Shades of Madang #BDDBAD

Tints of Madang #BDDBAD

Color information

#BDDBAD (or 0xBDDBAD) is unknown color: approx Madang. HEX triplet: BD, DB and AD. RGB value is (189,219,173). Sum of RGB (Red+Green+Blue) = 189+219+173=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDBAD is #422452. Grayscale: #CCCCCC. Windows color (decimal): -4334675 or 11393981. OLE color: 11393981.

HSL color Cylindrical-coordinate representation of color #BDDBAD: hue angle of 99.13º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDDBAD is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB189219173-
CMYK0.1400.210.14
HSL99.13º38.98%76.86%-
HSV(B)99.13º21%85.88%-
XYZ53.8664.549.15-
YUV204.79110.06116.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.53%
GREEN value IS 219 (85.94% from 255) = 37.69%
BLUE value IS 173 (67.97% from 255) = 29.78%
R=32.53%
G=37.69%
B=29.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191730.1400.210.1499.1338.9876.86
HexBDDBADE015E63274d
Octal275333255160251614347115
Binary1011110111011011101011011110010101111011000111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBAD; }

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

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

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

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

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

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

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

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