#BCDCAD

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

Shades of Madang #BCDCAD

Tints of Madang #BCDCAD

Color information

#BCDCAD (or 0xBCDCAD) is unknown color: approx Madang. HEX triplet: BC, DC and AD. RGB value is (188,220,173). Sum of RGB (Red+Green+Blue) = 188+220+173=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDCAD is #432352. Grayscale: #CDCDCD. Windows color (decimal): -4399955 or 11394236. OLE color: 11394236.

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

Color convert

RGB188220173-
CMYK0.1500.210.14
HSL100.85º40.17%77.06%-
HSV(B)100.85º21.36%86.27%-
XYZ53.8864.8949.22-
YUV205.07109.9115.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 173 (67.97% from 255) = 29.78%
R=32.36%
G=37.87%
B=29.78%

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
Decimal1882201730.1500.210.14100.8540.1777.06
HexBCDCADF015E65284d
Octal274334255170251614550115
Binary1011110011011100101011011111010101111011001011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCAD; }

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

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

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

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

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

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

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

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