#BBDCAD

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

Shades of Madang #BBDCAD

Tints of Madang #BBDCAD

Color information

#BBDCAD (or 0xBBDCAD) is unknown color: approx Madang. HEX triplet: BB, DC and AD. RGB value is (187,220,173). Sum of RGB (Red+Green+Blue) = 187+220+173=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCAD is #442352. Grayscale: #CCCCCC. Windows color (decimal): -4465491 or 11394235. OLE color: 11394235.

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

Color convert

RGB187220173-
CMYK0.1500.210.14
HSL102.13º40.17%77.06%-
HSV(B)102.13º21.36%86.27%-
XYZ53.6364.7749.21-
YUV204.78110.07115.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 173 (67.97% from 255) = 29.83%
R=32.24%
G=37.93%
B=29.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201730.1500.210.14102.1340.1777.06
HexBBDCADF015E66284d
Octal273334255170251614650115
Binary1011101111011100101011011111010101111011001101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCAD; }

 p { color: rgb(187,220,173); }

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

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

 a { background-color: rgb(187,220,173); }

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

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

 span { border-color: rgb(187,220,173); }

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