#BCDAA7

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

Shades of Madang #BCDAA7

Tints of Madang #BCDAA7

Color information

#BCDAA7 (or 0xBCDAA7) is unknown color: approx Madang. HEX triplet: BC, DA and A7. RGB value is (188,218,167). Sum of RGB (Red+Green+Blue) = 188+218+167=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 167 (65.62% from 255 or 29.14% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDAA7 is #432558. Grayscale: #CBCBCB. Windows color (decimal): -4400473 or 11000508. OLE color: 11000508.

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

Color convert

RGB188218167-
CMYK0.1400.230.15
HSL95.29º40.8%75.49%-
HSV(B)95.29º23.39%85.49%-
XYZ52.7963.6246.06-
YUV203.22107.56117.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 167 (65.62% from 255) = 29.14%
R=32.81%
G=38.05%
B=29.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181670.1400.230.1595.2940.875.49
HexBCDAA7E017F5f294b
Octal274332247160271713751113
Binary1011110011011010101001111110010111111110111111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAA7; }

 p { color: rgb(188,218,167); }

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

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

 a { background-color: rgb(188,218,167); }

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

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

 span { border-color: rgb(188,218,167); }

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