#BCDCB0

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

Shades of Madang #BCDCB0

Tints of Madang #BCDCB0

Color information

#BCDCB0 (or 0xBCDCB0) is unknown color: approx Madang. HEX triplet: BC, DC and B0. RGB value is (188,220,176). Sum of RGB (Red+Green+Blue) = 188+220+176=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDCB0 is #43234F. Grayscale: #CDCDCD. Windows color (decimal): -4399952 or 11590844. OLE color: 11590844.

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

Color convert

RGB188220176-
CMYK0.1500.20.14
HSL103.64º38.6%77.65%-
HSV(B)103.64º20%86.27%-
XYZ54.1765.0150.77-
YUV205.42111.4115.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.19%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 176 (69.14% from 255) = 30.14%
R=32.19%
G=37.67%
B=30.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882201760.1500.20.14103.6438.677.65
HexBCDCB0F014E68274e
Octal274334260170241615047116
Binary1011110011011100101100001111010100111011010001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDCB0; }

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

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

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

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

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

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

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

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