#BCFFA8

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

Shades of Madang #BCFFA8

Tints of Madang #BCFFA8

Color information

#BCFFA8 (or 0xBCFFA8) is unknown color: approx Madang. HEX triplet: BC, FF and A8. RGB value is (188,255,168). Sum of RGB (Red+Green+Blue) = 188+255+168=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFA8 is #430057. Grayscale: #E1E1E1. Windows color (decimal): -4391000 or 11075516. OLE color: 11075516.

HSL color Cylindrical-coordinate representation of color #BCFFA8: hue angle of 106.21º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCFFA8 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB188255168-
CMYK0.2600.340
HSL106.21º100%82.94%-
HSV(B)106.21º34.12%100%-
XYZ63.5785.0450.11-
YUV225.0595.8101.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.77%
GREEN value IS 255 (100% from 255) = 41.73%
BLUE value IS 168 (66.02% from 255) = 27.50%
R=30.77%
G=41.73%
B=27.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551680.2600.340106.2110082.94
HexBCFFA81A02206a6453
Octal274377250320420152144123
Binary1011110011111111101010001101001000100110101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFA8; }

 p { color: rgb(188,255,168); }

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

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

 a { background-color: rgb(188,255,168); }

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

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

 span { border-color: rgb(188,255,168); }

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