#BCFA9B

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

Shades of Madang #BCFA9B

Tints of Madang #BCFA9B

Color information

#BCFA9B (or 0xBCFA9B) is unknown color: approx Madang. HEX triplet: BC, FA and 9B. RGB value is (188,250,155). Sum of RGB (Red+Green+Blue) = 188+250+155=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 155 (60.94% from 255 or 26.14% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFA9B is #430564. Grayscale: #DCDCDC. Windows color (decimal): -4392293 or 10222268. OLE color: 10222268.

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

Color convert

RGB188250155-
CMYK0.2500.380.02
HSL99.16º90.48%79.41%-
HSV(B)99.16º38%98.04%-
XYZ60.8481.4343.52-
YUV220.6390.96104.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 250 (98.05% from 255) = 42.16%
BLUE value IS 155 (60.94% from 255) = 26.14%
R=31.70%
G=42.16%
B=26.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501550.2500.380.0299.1690.4879.41
HexBCFA9B190262635a4f
Octal274372233310462143132117
Binary10111100111110101001101111001010011010110001110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFA9B; }

 p { color: rgb(188,250,155); }

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

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

 a { background-color: rgb(188,250,155); }

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

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

 span { border-color: rgb(188,250,155); }

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