#BCEAB6

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

Shades of Madang #BCEAB6

Tints of Madang #BCEAB6

Color information

#BCEAB6 (or 0xBCEAB6) is unknown color: approx Madang. HEX triplet: BC, EA and B6. RGB value is (188,234,182). Sum of RGB (Red+Green+Blue) = 188+234+182=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAB6 is #431549. Grayscale: #D6D6D6. Windows color (decimal): -4396362 or 11987644. OLE color: 11987644.

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

Color convert

RGB188234182-
CMYK0.2000.220.08
HSL113.08º55.32%81.57%-
HSV(B)113.08º22.22%91.76%-
XYZ58.6172.9155.24-
YUV214.32109.76109.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 182 (71.48% from 255) = 30.13%
R=31.13%
G=38.74%
B=30.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882341820.2000.220.08113.0855.3281.57
HexBCEAB6140168713752
Octal274352266240261016167122
Binary10111100111010101011011010100010110100011100011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAB6; }

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

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

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

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

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

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

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

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