#BBDBA9

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

Shades of Madang #BBDBA9

Tints of Madang #BBDBA9

Color information

#BBDBA9 (or 0xBBDBA9) is unknown color: approx Madang. HEX triplet: BB, DB and A9. RGB value is (187,219,169). Sum of RGB (Red+Green+Blue) = 187+219+169=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 169 (66.41% from 255 or 29.39% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBA9 is #442456. Grayscale: #CBCBCB. Windows color (decimal): -4465751 or 11131835. OLE color: 11131835.

HSL color Cylindrical-coordinate representation of color #BBDBA9: hue angle of 98.4º 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 #BBDBA9 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB187219169-
CMYK0.1500.230.14
HSL98.4º40.98%76.08%-
HSV(B)98.4º22.83%85.88%-
XYZ52.9964.0947.11-
YUV203.73108.4116.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 219 (85.94% from 255) = 38.09%
BLUE value IS 169 (66.41% from 255) = 29.39%
R=32.52%
G=38.09%
B=29.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191690.1500.230.1498.440.9876.08
HexBBDBA9F017E62294c
Octal273333251170271614251114
Binary1011101111011011101010011111010111111011000101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBA9; }

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

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

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

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

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

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

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

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