#BBD9AE

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

Shades of Madang #BBD9AE

Tints of Madang #BBD9AE

Color information

#BBD9AE (or 0xBBD9AE) is unknown color: approx Madang. HEX triplet: BB, D9 and AE. RGB value is (187,217,174). Sum of RGB (Red+Green+Blue) = 187+217+174=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD9AE is #442651. Grayscale: #CBCBCB. Windows color (decimal): -4466258 or 11459003. OLE color: 11459003.

HSL color Cylindrical-coordinate representation of color #BBD9AE: hue angle of 101.86º degrees, saturation: 0.36, 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 #BBD9AE is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB187217174-
CMYK0.1400.200.15
HSL101.86º36.13%76.67%-
HSV(B)101.86º19.82%85.1%-
XYZ52.9563.2549.46-
YUV203.13111.56116.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 217 (85.16% from 255) = 37.54%
BLUE value IS 174 (68.36% from 255) = 30.10%
R=32.35%
G=37.54%
B=30.10%

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
Decimal1872171740.1400.200.15101.8636.1376.67
HexBBD9AEE014F66244d
Octal273331256160241714644115
Binary1011101111011001101011101110010100111111001101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD9AE; }

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

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

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

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

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

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

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

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