#BCFFAC

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

Shades of Madang #BCFFAC

Tints of Madang #BCFFAC

Color information

#BCFFAC (or 0xBCFFAC) is unknown color: approx Madang. HEX triplet: BC, FF and AC. RGB value is (188,255,172). Sum of RGB (Red+Green+Blue) = 188+255+172=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFFAC is #430053. Grayscale: #E1E1E1. Windows color (decimal): -4390996 or 11337660. OLE color: 11337660.

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

Color convert

RGB188255172-
CMYK0.2600.330
HSL108.43º100%83.73%-
HSV(B)108.43º32.55%100%-
XYZ63.9585.1952.1-
YUV225.597.8101.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.57%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 172 (67.58% from 255) = 27.97%
R=30.57%
G=41.46%
B=27.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551720.2600.330108.4310083.73
HexBCFFAC1A02106c6454
Octal274377254320410154144124
Binary1011110011111111101011001101001000010110110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFAC; }

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

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

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

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

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

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

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

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