#BBDDAD

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

Shades of Madang #BBDDAD

Tints of Madang #BBDDAD

Color information

#BBDDAD (or 0xBBDDAD) is unknown color: approx Madang. HEX triplet: BB, DD and AD. RGB value is (187,221,173). Sum of RGB (Red+Green+Blue) = 187+221+173=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDDAD is #442252. Grayscale: #CDCDCD. Windows color (decimal): -4465235 or 11394491. OLE color: 11394491.

HSL color Cylindrical-coordinate representation of color #BBDDAD: hue angle of 102.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBDDAD is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB187221173-
CMYK0.1500.220.13
HSL102.5º41.38%77.25%-
HSV(B)102.5º21.72%86.67%-
XYZ53.8965.2949.3-
YUV205.36109.74114.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.19%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 173 (67.97% from 255) = 29.78%
R=32.19%
G=38.04%
B=29.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211730.1500.220.13102.541.3877.25
HexBBDDADF016D66294d
Octal273335255170261514651115
Binary1011101111011101101011011111010110110111001101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDAD; }

 p { color: rgb(187,221,173); }

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

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

 a { background-color: rgb(187,221,173); }

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

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

 span { border-color: rgb(187,221,173); }

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