#BCD6AC

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

Shades of Madang #BCD6AC

Tints of Madang #BCD6AC

Color information

#BCD6AC (or 0xBCD6AC) is unknown color: approx Madang. HEX triplet: BC, D6 and AC. RGB value is (188,214,172). Sum of RGB (Red+Green+Blue) = 188+214+172=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD6AC is #432953. Grayscale: #C9C9C9. Windows color (decimal): -4401492 or 11327164. OLE color: 11327164.

HSL color Cylindrical-coordinate representation of color #BCD6AC: hue angle of 97.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD6AC is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB188214172-
CMYK0.1200.200.16
HSL97.14º33.87%75.69%-
HSV(B)97.14º19.63%83.92%-
XYZ52.2361.7648.2-
YUV201.44111.39118.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 214 (83.98% from 255) = 37.28%
BLUE value IS 172 (67.58% from 255) = 29.97%
R=32.75%
G=37.28%
B=29.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882141720.1200.200.1697.1433.8775.69
HexBCD6ACC0141061224c
Octal274326254140242014142114
Binary10111100110101101010110011000101001000011000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6AC; }

 p { color: rgb(188,214,172); }

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

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

 a { background-color: rgb(188,214,172); }

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

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

 span { border-color: rgb(188,214,172); }

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