#BCFA96

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

Shades of Madang #BCFA96

Tints of Madang #BCFA96

Color information

#BCFA96 (or 0xBCFA96) is unknown color: approx Madang. HEX triplet: BC, FA and 96. RGB value is (188,250,150). Sum of RGB (Red+Green+Blue) = 188+250+150=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFA96 is #430569. Grayscale: #DCDCDC. Windows color (decimal): -4392298 or 9894588. OLE color: 9894588.

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

Color convert

RGB188250150-
CMYK0.2500.40.02
HSL97.2º90.91%78.43%-
HSV(B)97.2º40%98.04%-
XYZ60.4381.2641.35-
YUV220.0688.46105.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 250 (98.05% from 255) = 42.52%
BLUE value IS 150 (58.98% from 255) = 25.51%
R=31.97%
G=42.52%
B=25.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501500.2500.40.0297.290.9178.43
HexBCFA96190282615b4e
Octal274372226310502141133116
Binary10111100111110101001011011001010100010110000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFA96; }

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

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

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

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

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

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

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

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