#BCD8AF

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

Shades of Madang #BCD8AF

Tints of Madang #BCD8AF

Color information

#BCD8AF (or 0xBCD8AF) is unknown color: approx Madang. HEX triplet: BC, D8 and AF. RGB value is (188,216,175). Sum of RGB (Red+Green+Blue) = 188+216+175=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD8AF is #432750. Grayscale: #CBCBCB. Windows color (decimal): -4400977 or 11524284. OLE color: 11524284.

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

Color convert

RGB188216175-
CMYK0.1300.190.15
HSL100.98º34.45%76.67%-
HSV(B)100.98º18.98%84.71%-
XYZ53.0362.949.9-
YUV202.95112.22117.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 216 (84.77% from 255) = 37.31%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=32.47%
G=37.31%
B=30.22%

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
Decimal1882161750.1300.190.15100.9834.4576.67
HexBCD8AFD013F65224d
Octal274330257150231714542115
Binary1011110011011000101011111101010011111111001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8AF; }

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

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

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

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

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

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

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

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