#BBDAAE

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

Shades of Madang #BBDAAE

Tints of Madang #BBDAAE

Color information

#BBDAAE (or 0xBBDAAE) is unknown color: approx Madang. HEX triplet: BB, DA and AE. RGB value is (187,218,174). Sum of RGB (Red+Green+Blue) = 187+218+174=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDAAE is #442551. Grayscale: #CBCBCB. Windows color (decimal): -4466002 or 11459259. OLE color: 11459259.

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

Color convert

RGB187218174-
CMYK0.1400.200.15
HSL102.27º37.29%76.86%-
HSV(B)102.27º20.18%85.49%-
XYZ53.263.7649.55-
YUV203.72111.23116.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=32.30%
G=37.65%
B=30.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872181740.1400.200.15102.2737.2976.86
HexBBDAAEE014F66254d
Octal273332256160241714645115
Binary1011101111011010101011101110010100111111001101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAAE; }

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

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

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

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

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

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

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

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