#BBDBAD

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

Shades of Madang #BBDBAD

Tints of Madang #BBDBAD

Color information

#BBDBAD (or 0xBBDBAD) is unknown color: approx Madang. HEX triplet: BB, DB and AD. RGB value is (187,219,173). Sum of RGB (Red+Green+Blue) = 187+219+173=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBAD is #442452. Grayscale: #CCCCCC. Windows color (decimal): -4465747 or 11393979. OLE color: 11393979.

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

Color convert

RGB187219173-
CMYK0.1500.210.14
HSL101.74º38.98%76.86%-
HSV(B)101.74º21%85.88%-
XYZ53.3764.2449.12-
YUV204.19110.4115.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 219 (85.94% from 255) = 37.82%
BLUE value IS 173 (67.97% from 255) = 29.88%
R=32.30%
G=37.82%
B=29.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191730.1500.210.14101.7438.9876.86
HexBBDBADF015E66274d
Octal273333255170251614647115
Binary1011101111011011101011011111010101111011001101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBAD; }

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

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

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

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

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

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

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

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