#BCE1AE

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

Shades of Madang #BCE1AE

Tints of Madang #BCE1AE

Color information

#BCE1AE (or 0xBCE1AE) is unknown color: approx Madang. HEX triplet: BC, E1 and AE. RGB value is (188,225,174). Sum of RGB (Red+Green+Blue) = 188+225+174=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE1AE is #431E51. Grayscale: #D0D0D0. Windows color (decimal): -4398674 or 11461052. OLE color: 11461052.

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

Color convert

RGB188225174-
CMYK0.1600.230.12
HSL103.53º45.95%78.24%-
HSV(B)103.53º22.67%88.24%-
XYZ55.367.650.18-
YUV208.12108.74113.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 225 (88.28% from 255) = 38.33%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=32.03%
G=38.33%
B=29.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882251740.1600.230.12103.5345.9578.24
HexBCE1AE10017C682e4e
Octal274341256200271415056116
Binary10111100111000011010111010000010111110011010001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE1AE; }

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

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

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

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

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

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

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

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