#BBDBAB

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

Shades of Madang #BBDBAB

Tints of Madang #BBDBAB

Color information

#BBDBAB (or 0xBBDBAB) is unknown color: approx Madang. HEX triplet: BB, DB and AB. RGB value is (187,219,171). Sum of RGB (Red+Green+Blue) = 187+219+171=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBAB is #442454. Grayscale: #CCCCCC. Windows color (decimal): -4465749 or 11262907. OLE color: 11262907.

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

Color convert

RGB187219171-
CMYK0.1500.220.14
HSL100º40%76.47%-
HSV(B)100º21.92%85.88%-
XYZ53.1864.1748.11-
YUV203.96109.4115.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.41%
GREEN value IS 219 (85.94% from 255) = 37.95%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=32.41%
G=37.95%
B=29.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191710.1500.220.141004076.47
HexBBDBABF016E64284c
Octal273333253170261614450114
Binary1011101111011011101010111111010110111011001001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBAB; }

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

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

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

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

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

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

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

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