#BBD9A9

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

Shades of Madang #BBD9A9

Tints of Madang #BBD9A9

Color information

#BBD9A9 (or 0xBBD9A9) is unknown color: approx Madang. HEX triplet: BB, D9 and A9. RGB value is (187,217,169). Sum of RGB (Red+Green+Blue) = 187+217+169=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD9A9 is #442656. Grayscale: #CACACA. Windows color (decimal): -4466263 or 11131323. OLE color: 11131323.

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

Color convert

RGB187217169-
CMYK0.1400.220.15
HSL97.5º38.71%75.69%-
HSV(B)97.5º22.12%85.1%-
XYZ52.4763.0646.94-
YUV202.56109.06116.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.64%
GREEN value IS 217 (85.16% from 255) = 37.87%
BLUE value IS 169 (66.41% from 255) = 29.49%
R=32.64%
G=37.87%
B=29.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171690.1400.220.1597.538.7175.69
HexBBD9A9E016F61274c
Octal273331251160261714147114
Binary1011101111011001101010011110010110111111000011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD9A9; }

 p { color: rgb(187,217,169); }

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

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

 a { background-color: rgb(187,217,169); }

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

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

 span { border-color: rgb(187,217,169); }

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