#BCFBA5

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

Shades of Madang #BCFBA5

Tints of Madang #BCFBA5

Color information

#BCFBA5 (or 0xBCFBA5) is unknown color: approx Madang. HEX triplet: BC, FB and A5. RGB value is (188,251,165). Sum of RGB (Red+Green+Blue) = 188+251+165=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFBA5 is #43045A. Grayscale: #DEDEDE. Windows color (decimal): -4392027 or 10877884. OLE color: 10877884.

HSL color Cylindrical-coordinate representation of color #BCFBA5: hue angle of 103.95º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCFBA5 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB188251165-
CMYK0.2500.340.02
HSL103.95º91.49%81.57%-
HSV(B)103.95º34.26%98.43%-
XYZ62.0382.448.23-
YUV222.3695.63103.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 251 (98.44% from 255) = 41.56%
BLUE value IS 165 (64.84% from 255) = 27.32%
R=31.13%
G=41.56%
B=27.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882511650.2500.340.02103.9591.4981.57
HexBCFBA5190222685b52
Octal274373245310422150133122
Binary10111100111110111010010111001010001010110100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBA5; }

 p { color: rgb(188,251,165); }

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

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

 a { background-color: rgb(188,251,165); }

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

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

 span { border-color: rgb(188,251,165); }

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