#BCEA96

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

Shades of Madang #BCEA96

Tints of Madang #BCEA96

Color information

#BCEA96 (or 0xBCEA96) is unknown color: approx Madang. HEX triplet: BC, EA and 96. RGB value is (188,234,150). Sum of RGB (Red+Green+Blue) = 188+234+150=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEA96 is #431569. Grayscale: #D2D2D2. Windows color (decimal): -4396394 or 9890492. OLE color: 9890492.

HSL color Cylindrical-coordinate representation of color #BCEA96: hue angle of 92.86º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCEA96 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB188234150-
CMYK0.2000.360.08
HSL92.86º66.67%75.29%-
HSV(B)92.86º35.9%91.76%-
XYZ55.6771.7439.77-
YUV210.6793.76111.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 234 (91.80% from 255) = 40.91%
BLUE value IS 150 (58.98% from 255) = 26.22%
R=32.87%
G=40.91%
B=26.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882341500.2000.360.0892.8666.6775.29
HexBCEA961402485d434b
Octal2743522262404410135103113
Binary1011110011101010100101101010001001001000101110110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEA96; }

 p { color: rgb(188,234,150); }

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

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

 a { background-color: rgb(188,234,150); }

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

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

 span { border-color: rgb(188,234,150); }

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