#BDDBA8

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

Shades of Madang #BDDBA8

Tints of Madang #BDDBA8

Color information

#BDDBA8 (or 0xBDDBA8) is unknown color: approx Madang. HEX triplet: BD, DB and A8. RGB value is (189,219,168). Sum of RGB (Red+Green+Blue) = 189+219+168=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDBA8 is #422457. Grayscale: #CCCCCC. Windows color (decimal): -4334680 or 11066301. OLE color: 11066301.

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

Color convert

RGB189219168-
CMYK0.1400.230.14
HSL95.29º41.46%75.88%-
HSV(B)95.29º23.29%85.88%-
XYZ53.3964.3146.64-
YUV204.22107.56117.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.81%
GREEN value IS 219 (85.94% from 255) = 38.02%
BLUE value IS 168 (66.02% from 255) = 29.17%
R=32.81%
G=38.02%
B=29.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191680.1400.230.1495.2941.4675.88
HexBDDBA8E017E5f294c
Octal275333250160271613751114
Binary1011110111011011101010001110010111111010111111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBA8; }

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

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

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

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

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

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

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

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