#BDDBAA

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

Shades of Madang #BDDBAA

Tints of Madang #BDDBAA

Color information

#BDDBAA (or 0xBDDBAA) is unknown color: approx Madang. HEX triplet: BD, DB and AA. RGB value is (189,219,170). Sum of RGB (Red+Green+Blue) = 189+219+170=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDBAA is #422455. Grayscale: #CCCCCC. Windows color (decimal): -4334678 or 11197373. OLE color: 11197373.

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

Color convert

RGB189219170-
CMYK0.1400.220.14
HSL96.73º40.5%76.27%-
HSV(B)96.73º22.37%85.88%-
XYZ53.5764.3847.63-
YUV204.44108.56116.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 219 (85.94% from 255) = 37.89%
BLUE value IS 170 (66.80% from 255) = 29.41%
R=32.70%
G=37.89%
B=29.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191700.1400.220.1496.7340.576.27
HexBDDBAAE016E61284c
Octal275333252160261614150114
Binary1011110111011011101010101110010110111011000011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBAA; }

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

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

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

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

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

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

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

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