#BCDCAB

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

Shades of Madang #BCDCAB

Tints of Madang #BCDCAB

Color information

#BCDCAB (or 0xBCDCAB) is unknown color: approx Madang. HEX triplet: BC, DC and AB. RGB value is (188,220,171). Sum of RGB (Red+Green+Blue) = 188+220+171=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDCAB is #432354. Grayscale: #CDCDCD. Windows color (decimal): -4399957 or 11263164. OLE color: 11263164.

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

Color convert

RGB188220171-
CMYK0.1500.220.14
HSL99.18º41.18%76.67%-
HSV(B)99.18º22.27%86.27%-
XYZ53.6864.8248.21-
YUV204.85108.9115.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 220 (86.33% from 255) = 38.00%
BLUE value IS 171 (67.19% from 255) = 29.53%
R=32.47%
G=38.00%
B=29.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201710.1500.220.1499.1841.1876.67
HexBCDCABF016E63294d
Octal274334253170261614351115
Binary1011110011011100101010111111010110111011000111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCAB; }

 p { color: rgb(188,220,171); }

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

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

 a { background-color: rgb(188,220,171); }

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

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

 span { border-color: rgb(188,220,171); }

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