#BBD6AE

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

Shades of Madang #BBD6AE

Tints of Madang #BBD6AE

Color information

#BBD6AE (or 0xBBD6AE) is unknown color: approx Madang. HEX triplet: BB, D6 and AE. RGB value is (187,214,174). Sum of RGB (Red+Green+Blue) = 187+214+174=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD6AE is #442951. Grayscale: #C9C9C9. Windows color (decimal): -4467026 or 11458235. OLE color: 11458235.

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

Color convert

RGB187214174-
CMYK0.1300.190.16
HSL100.5º32.79%76.08%-
HSV(B)100.5º18.69%83.92%-
XYZ52.1861.7149.21-
YUV201.37112.55117.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 214 (83.98% from 255) = 37.22%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=32.52%
G=37.22%
B=30.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872141740.1300.190.16100.532.7976.08
HexBBD6AED0131064214c
Octal273326256150232014441114
Binary10111011110101101010111011010100111000011001001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD6AE; }

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

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

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

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

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

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

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

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