#BCE5AE

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

Shades of Madang #BCE5AE

Tints of Madang #BCE5AE

Color information

#BCE5AE (or 0xBCE5AE) is unknown color: approx Madang. HEX triplet: BC, E5 and AE. RGB value is (188,229,174). Sum of RGB (Red+Green+Blue) = 188+229+174=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE5AE is #431A51. Grayscale: #D2D2D2. Windows color (decimal): -4397650 or 11462076. OLE color: 11462076.

HSL color Cylindrical-coordinate representation of color #BCE5AE: hue angle of 104.73º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCE5AE is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB188229174-
CMYK0.1800.240.10
HSL104.73º51.4%79.02%-
HSV(B)104.73º24.02%89.8%-
XYZ56.469.7950.54-
YUV210.47107.42111.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.81%
GREEN value IS 229 (89.84% from 255) = 38.75%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=31.81%
G=38.75%
B=29.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882291740.1800.240.10104.7351.479.02
HexBCE5AE12018A69334f
Octal274345256220301215163117
Binary10111100111001011010111010010011000101011010011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE5AE; }

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

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

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

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

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

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

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

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