#BCDEAD

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

Shades of Madang #BCDEAD

Tints of Madang #BCDEAD

Color information

#BCDEAD (or 0xBCDEAD) is unknown color: approx Madang. HEX triplet: BC, DE and AD. RGB value is (188,222,173). Sum of RGB (Red+Green+Blue) = 188+222+173=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDEAD is #432152. Grayscale: #CECECE. Windows color (decimal): -4399443 or 11394748. OLE color: 11394748.

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

Color convert

RGB188222173-
CMYK0.1500.220.13
HSL101.63º42.61%77.45%-
HSV(B)101.63º22.07%87.06%-
XYZ54.465.9549.4-
YUV206.25109.24114.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=32.25%
G=38.08%
B=29.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882221730.1500.220.13101.6342.6177.45
HexBCDEADF016D662b4d
Octal274336255170261514653115
Binary1011110011011110101011011111010110110111001101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDEAD; }

 p { color: rgb(188,222,173); }

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

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

 a { background-color: rgb(188,222,173); }

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

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

 span { border-color: rgb(188,222,173); }

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