#BCD8AE

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

Shades of Madang #BCD8AE

Tints of Madang #BCD8AE

Color information

#BCD8AE (or 0xBCD8AE) is unknown color: approx Madang. HEX triplet: BC, D8 and AE. RGB value is (188,216,174). Sum of RGB (Red+Green+Blue) = 188+216+174=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD8AE is #432751. Grayscale: #CACACA. Windows color (decimal): -4400978 or 11458748. OLE color: 11458748.

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

Color convert

RGB188216174-
CMYK0.1300.190.15
HSL100º35%76.47%-
HSV(B)100º19.44%84.71%-
XYZ52.9362.8649.39-
YUV202.84111.72117.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 216 (84.77% from 255) = 37.37%
BLUE value IS 174 (68.36% from 255) = 30.10%
R=32.53%
G=37.37%
B=30.10%

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
Decimal1882161740.1300.190.151003576.47
HexBCD8AED013F64234c
Octal274330256150231714443114
Binary1011110011011000101011101101010011111111001001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8AE; }

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

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

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

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

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

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

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

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