#BBDBA5

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

Shades of Madang #BBDBA5

Tints of Madang #BBDBA5

Color information

#BBDBA5 (or 0xBBDBA5) is unknown color: approx Madang. HEX triplet: BB, DB and A5. RGB value is (187,219,165). Sum of RGB (Red+Green+Blue) = 187+219+165=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDBA5 is #44245A. Grayscale: #CBCBCB. Windows color (decimal): -4465755 or 10869691. OLE color: 10869691.

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

Color convert

RGB187219165-
CMYK0.1500.250.14
HSL95.56º42.86%75.29%-
HSV(B)95.56º24.66%85.88%-
XYZ52.6263.9445.17-
YUV203.28106.4116.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 219 (85.94% from 255) = 38.35%
BLUE value IS 165 (64.84% from 255) = 28.90%
R=32.75%
G=38.35%
B=28.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191650.1500.250.1495.5642.8675.29
HexBBDBA5F019E602b4b
Octal273333245170311614053113
Binary1011101111011011101001011111011001111011000001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBA5; }

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

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

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

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

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

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

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

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