#BBDAB1

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

Shades of Madang #BBDAB1

Tints of Madang #BBDAB1

Color information

#BBDAB1 (or 0xBBDAB1) is unknown color: approx Madang. HEX triplet: BB, DA and B1. RGB value is (187,218,177). Sum of RGB (Red+Green+Blue) = 187+218+177=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDAB1 is #44254E. Grayscale: #CCCCCC. Windows color (decimal): -4465999 or 11655867. OLE color: 11655867.

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

Color convert

RGB187218177-
CMYK0.1400.190.15
HSL105.37º35.65%77.45%-
HSV(B)105.37º18.81%85.49%-
XYZ53.563.8851.11-
YUV204.06112.73115.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 218 (85.55% from 255) = 37.46%
BLUE value IS 177 (69.53% from 255) = 30.41%
R=32.13%
G=37.46%
B=30.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872181770.1400.190.15105.3735.6577.45
HexBBDAB1E013F69244d
Octal273332261160231715144115
Binary1011101111011010101100011110010011111111010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAB1; }

 p { color: rgb(187,218,177); }

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

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

 a { background-color: rgb(187,218,177); }

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

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

 span { border-color: rgb(187,218,177); }

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