#BCFCB0

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

Shades of Madang #BCFCB0

Tints of Madang #BCFCB0

Color information

#BCFCB0 (or 0xBCFCB0) is unknown color: approx Madang. HEX triplet: BC, FC and B0. RGB value is (188,252,176). Sum of RGB (Red+Green+Blue) = 188+252+176=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFCB0 is #43034F. Grayscale: #E0E0E0. Windows color (decimal): -4391760 or 11599036. OLE color: 11599036.

HSL color Cylindrical-coordinate representation of color #BCFCB0: hue angle of 110.53º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCFCB0 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB188252176-
CMYK0.2500.300.01
HSL110.53º92.68%83.92%-
HSV(B)110.53º30.16%98.82%-
XYZ63.3983.4553.84-
YUV224.2100.8102.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 252 (98.83% from 255) = 40.91%
BLUE value IS 176 (69.14% from 255) = 28.57%
R=30.52%
G=40.91%
B=28.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882521760.2500.300.01110.5392.6883.92
HexBCFCB01901E16f5d54
Octal274374260310361157135124
Binary101111001111110010110000110010111101110111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFCB0; }

 p { color: rgb(188,252,176); }

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

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

 a { background-color: rgb(188,252,176); }

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

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

 span { border-color: rgb(188,252,176); }

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