#BBD3AE

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

Shades of Madang #BBD3AE

Tints of Madang #BBD3AE

Color information

#BBD3AE (or 0xBBD3AE) is unknown color: approx Madang. HEX triplet: BB, D3 and AE. RGB value is (187,211,174). Sum of RGB (Red+Green+Blue) = 187+211+174=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD3AE is #442C51. Grayscale: #C7C7C7. Windows color (decimal): -4467794 or 11457467. OLE color: 11457467.

HSL color Cylindrical-coordinate representation of color #BBD3AE: hue angle of 98.92º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBD3AE is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB187211174-
CMYK0.1100.180.17
HSL98.92º29.6%75.49%-
HSV(B)98.92º17.54%82.75%-
XYZ51.4360.2148.96-
YUV199.61113.55119.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 211 (82.81% from 255) = 36.89%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=32.69%
G=36.89%
B=30.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872111740.1100.180.1798.9229.675.49
HexBBD3AEB01211631e4b
Octal273323256130222114336113
Binary1011101111010011101011101011010010100011100011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD3AE; }

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

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

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

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

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

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

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

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