#BCECAB

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

Shades of Madang #BCECAB

Tints of Madang #BCECAB

Color information

#BCECAB (or 0xBCECAB) is unknown color: approx Madang. HEX triplet: BC, EC and AB. RGB value is (188,236,171). Sum of RGB (Red+Green+Blue) = 188+236+171=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCECAB is #431354. Grayscale: #D6D6D6. Windows color (decimal): -4395861 or 11267260. OLE color: 11267260.

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

Color convert

RGB188236171-
CMYK0.2000.280.07
HSL104.31º63.11%79.8%-
HSV(B)104.31º27.54%92.55%-
XYZ58.0973.6249.68-
YUV214.24103.6109.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 236 (92.58% from 255) = 39.66%
BLUE value IS 171 (67.19% from 255) = 28.74%
R=31.60%
G=39.66%
B=28.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882361710.2000.280.07104.3163.1179.8
HexBCECAB1401C7683f50
Octal27435425324034715077120
Binary1011110011101100101010111010001110011111010001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECAB; }

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

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

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

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

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

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

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

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