#BBD9AF

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

Shades of Madang #BBD9AF

Tints of Madang #BBD9AF

Color information

#BBD9AF (or 0xBBD9AF) is unknown color: approx Madang. HEX triplet: BB, D9 and AF. RGB value is (187,217,175). Sum of RGB (Red+Green+Blue) = 187+217+175=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD9AF is #442650. Grayscale: #CBCBCB. Windows color (decimal): -4466257 or 11524539. OLE color: 11524539.

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

Color convert

RGB187217175-
CMYK0.1400.190.15
HSL102.86º35.59%76.86%-
HSV(B)102.86º19.35%85.1%-
XYZ53.0463.2949.98-
YUV203.24112.06116.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 217 (85.16% from 255) = 37.48%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=32.30%
G=37.48%
B=30.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171750.1400.190.15102.8635.5976.86
HexBBD9AFE013F67244d
Octal273331257160231714744115
Binary1011101111011001101011111110010011111111001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD9AF; }

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

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

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

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

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

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

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

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