#BCECB7

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

Shades of Madang #BCECB7

Tints of Madang #BCECB7

Color information

#BCECB7 (or 0xBCECB7) is unknown color: approx Madang. HEX triplet: BC, EC and B7. RGB value is (188,236,183). Sum of RGB (Red+Green+Blue) = 188+236+183=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECB7 is #431348. Grayscale: #D7D7D7. Windows color (decimal): -4395849 or 12053692. OLE color: 12053692.

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

Color convert

RGB188236183-
CMYK0.2000.220.07
HSL114.34º58.24%82.16%-
HSV(B)114.34º22.46%92.55%-
XYZ59.2874.155.98-
YUV215.61109.6108.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 236 (92.58% from 255) = 38.88%
BLUE value IS 183 (71.88% from 255) = 30.15%
R=30.97%
G=38.88%
B=30.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882361830.2000.220.07114.3458.2482.16
HexBCECB7140167723a52
Octal27435426724026716272122
Binary1011110011101100101101111010001011011111100101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECB7; }

 p { color: rgb(188,236,183); }

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

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

 a { background-color: rgb(188,236,183); }

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

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

 span { border-color: rgb(188,236,183); }

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