#BCDBAD

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

Shades of Madang #BCDBAD

Tints of Madang #BCDBAD

Color information

#BCDBAD (or 0xBCDBAD) is unknown color: approx Madang. HEX triplet: BC, DB and AD. RGB value is (188,219,173). Sum of RGB (Red+Green+Blue) = 188+219+173=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDBAD is #432452. Grayscale: #CCCCCC. Windows color (decimal): -4400211 or 11393980. OLE color: 11393980.

HSL color Cylindrical-coordinate representation of color #BCDBAD: hue angle of 100.43º degrees, saturation: 0.39, 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 #BCDBAD is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB188219173-
CMYK0.1400.210.14
HSL100.43º38.98%76.86%-
HSV(B)100.43º21%85.88%-
XYZ53.6164.3749.13-
YUV204.49110.23116.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 173 (67.97% from 255) = 29.83%
R=32.41%
G=37.76%
B=29.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882191730.1400.210.14100.4338.9876.86
HexBCDBADE015E64274d
Octal274333255160251614447115
Binary1011110011011011101011011110010101111011001001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBAD; }

 p { color: rgb(188,219,173); }

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

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

 a { background-color: rgb(188,219,173); }

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

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

 span { border-color: rgb(188,219,173); }

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