#BBDAAC

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

Shades of Madang #BBDAAC

Tints of Madang #BBDAAC

Color information

#BBDAAC (or 0xBBDAAC) is unknown color: approx Madang. HEX triplet: BB, DA and AC. RGB value is (187,218,172). Sum of RGB (Red+Green+Blue) = 187+218+172=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDAAC is #442553. Grayscale: #CBCBCB. Windows color (decimal): -4466004 or 11328187. OLE color: 11328187.

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

Color convert

RGB187218172-
CMYK0.1400.210.15
HSL100.43º38.33%76.47%-
HSV(B)100.43º21.1%85.49%-
XYZ53.0163.6948.53-
YUV203.49110.23116.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.41%
GREEN value IS 218 (85.55% from 255) = 37.78%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=32.41%
G=37.78%
B=29.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872181720.1400.210.15100.4338.3376.47
HexBBDAACE015F64264c
Octal273332254160251714446114
Binary1011101111011010101011001110010101111111001001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAAC; }

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

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

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

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

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

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

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

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