#BCD8B0

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

Shades of Madang #BCD8B0

Tints of Madang #BCD8B0

Color information

#BCD8B0 (or 0xBCD8B0) is unknown color: approx Madang. HEX triplet: BC, D8 and B0. RGB value is (188,216,176). Sum of RGB (Red+Green+Blue) = 188+216+176=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD8B0 is #43274F. Grayscale: #CBCBCB. Windows color (decimal): -4400976 or 11589820. OLE color: 11589820.

HSL color Cylindrical-coordinate representation of color #BCD8B0: hue angle of 102º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD8B0 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB188216176-
CMYK0.1300.190.15
HSL102º33.9%76.86%-
HSV(B)102º18.52%84.71%-
XYZ53.1362.9450.42-
YUV203.07112.72117.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 216 (84.77% from 255) = 37.24%
BLUE value IS 176 (69.14% from 255) = 30.34%
R=32.41%
G=37.24%
B=30.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882161760.1300.190.1510233.976.86
HexBCD8B0D013F66224d
Octal274330260150231714642115
Binary1011110011011000101100001101010011111111001101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8B0; }

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

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

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

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

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

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

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

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