#BCDEB0

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

Shades of Madang #BCDEB0

Tints of Madang #BCDEB0

Color information

#BCDEB0 (or 0xBCDEB0) is unknown color: approx Madang. HEX triplet: BC, DE and B0. RGB value is (188,222,176). Sum of RGB (Red+Green+Blue) = 188+222+176=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDEB0 is #43214F. Grayscale: #CECECE. Windows color (decimal): -4399440 or 11591356. OLE color: 11591356.

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

Color convert

RGB188222176-
CMYK0.1500.210.13
HSL104.35º41.07%78.04%-
HSV(B)104.35º20.72%87.06%-
XYZ54.766.0750.94-
YUV206.59110.74114.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 222 (87.11% from 255) = 37.88%
BLUE value IS 176 (69.14% from 255) = 30.03%
R=32.08%
G=37.88%
B=30.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882221760.1500.210.13104.3541.0778.04
HexBCDEB0F015D68294e
Octal274336260170251515051116
Binary1011110011011110101100001111010101110111010001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDEB0; }

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

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

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

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

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

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

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

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