#BBD8AE

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

Shades of Madang #BBD8AE

Tints of Madang #BBD8AE

Color information

#BBD8AE (or 0xBBD8AE) is unknown color: approx Madang. HEX triplet: BB, D8 and AE. RGB value is (187,216,174). Sum of RGB (Red+Green+Blue) = 187+216+174=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD8AE is #442751. Grayscale: #CACACA. Windows color (decimal): -4466514 or 11458747. OLE color: 11458747.

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

Color convert

RGB187216174-
CMYK0.1300.190.15
HSL101.43º35%76.47%-
HSV(B)101.43º19.44%84.71%-
XYZ52.6962.7349.38-
YUV202.54111.89116.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.41%
GREEN value IS 216 (84.77% from 255) = 37.44%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=32.41%
G=37.44%
B=30.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872161740.1300.190.15101.433576.47
HexBBD8AED013F65234c
Octal273330256150231714543114
Binary1011101111011000101011101101010011111111001011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD8AE; }

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

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

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

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

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

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

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

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