#BCE0AA

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

Shades of Madang #BCE0AA

Tints of Madang #BCE0AA

Color information

#BCE0AA (or 0xBCE0AA) is unknown color: approx Madang. HEX triplet: BC, E0 and AA. RGB value is (188,224,170). Sum of RGB (Red+Green+Blue) = 188+224+170=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE0AA is #431F55. Grayscale: #CFCFCF. Windows color (decimal): -4398934 or 11198652. OLE color: 11198652.

HSL color Cylindrical-coordinate representation of color #BCE0AA: hue angle of 100º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCE0AA is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB188224170-
CMYK0.1600.240.12
HSL100º46.55%77.25%-
HSV(B)100º24.11%87.84%-
XYZ54.6566.948.06-
YUV207.08107.07114.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 224 (87.89% from 255) = 38.49%
BLUE value IS 170 (66.80% from 255) = 29.21%
R=32.30%
G=38.49%
B=29.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882241700.1600.240.1210046.5577.25
HexBCE0AA10018C642f4d
Octal274340252200301414457115
Binary10111100111000001010101010000011000110011001001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE0AA; }

 p { color: rgb(188,224,170); }

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

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

 a { background-color: rgb(188,224,170); }

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

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

 span { border-color: rgb(188,224,170); }

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